Finish verion 0.1.0
This commit is contained in:
16
crates/wtfnet-dns/Cargo.toml
Normal file
16
crates/wtfnet-dns/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "wtfnet-dns"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
hickory-resolver = { version = "0.24", features = ["dns-over-tls", "dns-over-https", "dns-over-https-rustls", "dns-over-rustls", "native-certs"] }
|
||||
hickory-proto = "0.24"
|
||||
reqwest = { version = "0.11", features = ["rustls-tls", "socks"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
thiserror = "2"
|
||||
tokio = { version = "1", features = ["time"] }
|
||||
pnet = { version = "0.34", optional = true }
|
||||
|
||||
[features]
|
||||
pcap = ["dep:pnet"]
|
||||
Reference in New Issue
Block a user