mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
Initial import
This commit is contained in:
parent
1d07ed54db
commit
d5adb7aba3
4 changed files with 146 additions and 10 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue