Files
pkdns/Cargo.toml
Severin Buhler 05cefe7f6d ns delegation
2024-02-15 17:12:05 +01:00

21 lines
489 B
TOML

[package]
name = "pkdns"
version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ctrlc = "3.4.2"
simple-dns = "0.6.0"
pknames_core = "0.1.1"
pkarr = { version = "1.0.4", features = ["dht", "async"]}
zbase32 = "0.1.2"
ttl_cache = "0.5.1"
clap = "4.4.18"
any-dns = {path = "../any-dns"}
chrono = "0.4.33"
tokio = { version = "1.36.0", features = ["full"] }
async-trait = "0.1.77"
anyhow = "1.0.79"