Files
hickory-dns/Cargo.toml
2021-04-26 12:16:02 -07:00

20 lines
564 B
TOML

[workspace]
members = ["crates/proto",
"crates/resolver",
"crates/client",
"crates/server",
"crates/async-std-resolver",
"bin",
"util",
"tests/compatibility-tests",
"tests/integration-tests",
"crates/https",
"crates/native-tls",
"crates/openssl",
"crates/rustls"]
[patch.crates-io]
# tokio = { path = "../tokio/tokio" }
# mio = { git = "https://github.com/tokio-rs/mio.git" }
# h2 = { git = "https://github.com/hyperium/h2.git" }