1
Fork 0
dns-filter/Cargo.toml

13 lines
258 B
TOML
Raw Normal View History

[package]
name = "dns-filter"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.83"
2024-10-19 17:10:42 +01:00
cidr = "0.3.0"
hickory-resolver = "0.24.1"
hickory-server = "0.24.1"
2024-10-19 17:10:42 +01:00
regex = "1.11.0"
tokio = {version = "1.40.0", features = ["rt-multi-thread", "net"]}