jive-dns/Cargo.toml

18 lines
501 B
TOML
Raw Permalink Normal View History

2022-07-22 19:37:18 +00:00
[package]
name = "jive-dns"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = { version = "0.1.52" }
futures-io = "0.3.21"
jive = { git = "https://git.asonix.dog/safe-async/jive", features = [
"futures-io-compat",
] }
2023-10-23 22:00:48 +00:00
hickory-proto = { version = "0.24.0", default-features = false }
hickory-resolver = { version = "0.24.0", default-features = false, features = [
2022-07-22 19:37:18 +00:00
"system-config",
] }