mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
Reorganize a little bit
This commit is contained in:
parent
bf42e95368
commit
06b91af009
12 changed files with 312 additions and 275 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -13,19 +13,13 @@ readme = "README.md"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
tls = ["native-tls", "tokio-tls"]
|
||||
tls = ["libdoh/tls"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
byteorder = "1.3"
|
||||
base64 = "0.11"
|
||||
clap = "2.33.0"
|
||||
futures = { version = "0.3" }
|
||||
hyper = { version = "0.13", default-features = false, features = ["stream"] }
|
||||
libdoh = { path = "src/libdoh" }
|
||||
clap = "2"
|
||||
jemallocator = "0"
|
||||
native-tls = { version = "0.2.3", optional = true }
|
||||
tokio = { version = "0.2", features = ["rt-threaded", "time", "tcp", "udp", "stream"] }
|
||||
tokio-tls = { version = "0.3", optional = true }
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue