dnstp/dnstp-server/Cargo.toml

15 lines
403 B
TOML
Raw Normal View History

2024-01-28 19:30:59 +00:00
[package]
name = "dnstp"
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 = { version = "0.4.22", features = [] }
simplelog = "0.12.2"