dnstp/dnstp-client/Cargo.toml

14 lines
333 B
TOML
Raw Normal View History

2024-01-28 19:30:59 +00:00
[package]
name = "dnstp-client"
version = "0.1.0"
edition = "2021"
2024-07-28 11:17:02 +01:00
publish = false
2024-01-28 19:30:59 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dnstplib = { path = "../dnstp" }
2024-07-28 10:54:01 +01:00
clap = { version = "4.5.11", features = ["derive"] }
log = "0.4.22"
simplelog = "0.12.2"
rand = "0.8.5"