1
Fork 0
dns-filter/Cargo.toml

10 lines
198 B
TOML
Raw Normal View History

[package]
name = "dns-filter"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.83"
hickory-server = "0.24.1"
tokio = {version = "1.40.0", features = ["rt-multi-thread", "net"]}