diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,9 +4,7 @@ version = "0.1.0" authors = ["Yves Fischer <yvesf+git@xapek.org>"] [dependencies] -ascii = "0.7" time = "0.1" -getopts = "0.2" simple_logger = "0.4" log = "0.3" oath = "0.10.*" @@ -16,9 +14,12 @@ random = "0.12.*" tokio = "0.1.*" tokio-threadpool = "0.1.*" tokio-executor = "0.1.*" +tokio-signal = "0.2.*" +futures = "0.1.*" http = "0.1.*" bytes = "0.4.*" httparse = "1.3.*" thread_local = "0.3.*" cookie = "0.11.*" -url = "1.7.*"
\ No newline at end of file +url = "1.7.*" +structopt = "0.2.*"
\ No newline at end of file |