mirror of
https://github.com/aljazceru/pkdns.git
synced 2025-12-17 05:54:21 +01:00
17 lines
322 B
TOML
17 lines
322 B
TOML
[package]
|
|
name = "pkdns"
|
|
version = "0.1.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.0"
|
|
pkarr = "1.0.1"
|
|
zbase32 = "0.1.2"
|
|
ttl_cache = "0.5.1"
|
|
clap = "4.4.18"
|
|
any-dns = "0.1.1"
|