Initial import

This commit is contained in:
Frank Denis 2018-02-06 00:32:52 +01:00
parent 1d07ed54db
commit d5adb7aba3
4 changed files with 146 additions and 10 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "rust-doh"
version = "0.1.0"
authors = ["Frank Denis <github@pureftpd.org>"]
[dependencies]
hyper = "*"
futures-await = "*"
tokio-core = "*"
tokio-io = "*"
tokio-timer = "*"
clippy = {version = ">=0", optional = true}