diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-09-04 00:05:26 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-09-14 21:15:14 +0200 |
commit | 9416cd3d62f15f5d59f3bff94299f690e69a230d (patch) | |
tree | 4972cacce2dcbaa58d4a434f3ea7bce0616e11bc /rust/Cargo.toml | |
parent | 53b5c00e625bf700a21be1a3e2070d3b23f1bef4 (diff) | |
download | auth-xmppmessage-9416cd3d62f15f5d59f3bff94299f690e69a230d.tar.gz auth-xmppmessage-9416cd3d62f15f5d59f3bff94299f690e69a230d.zip |
switch to using tiny_http
civet fails on FreeBSD because the mongoose Makefile requires gmake.
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 50dfdaf..708256b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,13 +5,14 @@ authors = ["Yves Fischer <yvesf+git@xapek.org>"] build = "build.rs" [dependencies] -conduit = "0.7.4" -civet = "0.8.3" -time = "0.1.35" -base64 = "0.2.1" -rust-crypto = "0.2.36" +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" +log = "0.3" [build-dependencies] gcc = "0.3.35"
\ No newline at end of file |