mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
crap
This commit is contained in:
parent
b2b294fb1d
commit
8bc0d9dbfa
2 changed files with 60 additions and 15 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue