hickory-dns/Cargo.toml

22 lines
426 B
TOML
Raw Normal View History

[workspace]
members = [
"crates/proto",
"crates/resolver",
"crates/client",
"crates/server",
"crates/async-std-resolver",
"bin",
"util",
"tests/compatibility-tests",
"tests/integration-tests",
]
2020-11-09 21:38:29 +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" }