dnstp/dnstp-client/Cargo.toml

17 lines
414 B
TOML
Raw Normal View History

2024-01-28 19:30:59 +00:00
[package]
name = "dnstp-client"
2024-07-29 17:07:49 +01:00
version.workspace = true
authors.workspace = true
documentation.workspace = true
2024-01-28 19:30:59 +00:00
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"
2024-07-29 17:07:49 +01:00
rand = "0.8.5"
base64 = "0.22.1"