[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.5.11", features = ["derive"] } log = "0.4.22" simplelog = "0.12.2" rand = "0.8.5"