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