diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-12-16 00:43:08 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-12-17 15:10:46 +0100 |
commit | 48fefe07ee4cdc9227893e9e62ceba897fcd3f65 (patch) | |
tree | 389c814128395088f3b1551f2c765899cdd72bec /rust/Cargo.toml | |
parent | 6ec284ba70e736bc24523b279303cee46b06071a (diff) | |
download | auth-xmppmessage-48fefe07ee4cdc9227893e9e62ceba897fcd3f65.tar.gz auth-xmppmessage-48fefe07ee4cdc9227893e9e62ceba897fcd3f65.zip |
replace env_logger with simple_logger
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 66f35ae..5b183c4 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,13 +5,14 @@ authors = ["Yves Fischer <yvesf+git@xapek.org>"] build = "build.rs" [dependencies] +ascii = "0.7" tiny_http = "0.5" rustc-serialize = "0.3" time = "0.1" rust-crypto = "0.2" rand = "0.3" getopts = "0.2" -env_logger = "0.3" +simple_logger = "0.4" log = "0.3" [build-dependencies] |