dnstp/dnstp-client/Cargo.toml

11 lines
281 B
TOML

[package]
name = "dnstp-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dnstplib = { path = "../dnstp" }
clap = { version = "4.4.18", features = ["derive"] }
log = "0.4.20"