jive-dns/Cargo.toml
2023-10-23 17:00:48 -05:00

18 lines
501 B
TOML

[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",
] }
hickory-proto = { version = "0.24.0", default-features = false }
hickory-resolver = { version = "0.24.0", default-features = false, features = [
"system-config",
] }