This commit is contained in:
Frank Denis 2018-02-06 13:34:53 +01:00
parent b2b294fb1d
commit 8bc0d9dbfa
2 changed files with 60 additions and 15 deletions

View file

@ -4,10 +4,11 @@ version = "0.1.0"
authors = ["Frank Denis <github@pureftpd.org>"]
[dependencies]
clap = "^2"
futures-await = "^0.1"
hyper = "^0.11"
tokio-core = "^0.1"
tokio-io = "^0.1"
tokio-timer = "^0.1"
base64 = "~0.9"
clap = "~2"
futures-await = "~0.1"
hyper = "~0.11"
tokio-core = "~0.1"
tokio-io = "~0.1"
tokio-timer = "~0.1"
clippy = {version = ">=0", optional = true}