hickory-dns/Cargo.toml

22 lines
584 B
TOML
Raw Normal View History

[workspace]
members = ["crates/proto",
"crates/resolver",
"crates/client",
"crates/server",
2020-04-10 21:57:29 +00:00
"crates/async-std-resolver",
"bin",
2019-12-22 21:53:43 +00:00
"util",
"tests/compatibility-tests",
"tests/integration-tests",
"crates/https",
"crates/native-tls",
"crates/openssl",
2022-02-06 04:59:59 +00:00
"crates/rustls"]
2020-11-09 21:38:29 +00:00
2022-02-06 04:59:59 +00:00
exclude = ["fuzz"]
2022-02-05 18:39:29 +00:00
[patch.crates-io]
2020-11-09 21:38:29 +00:00
# tokio = { path = "../tokio/tokio" }
# mio = { git = "https://github.com/tokio-rs/mio.git" }
2020-12-25 02:49:11 +00:00
# h2 = { git = "https://github.com/hyperium/h2.git" }