hickory-dns/Cargo.toml

13 lines
306 B
TOML
Raw Normal View History

2024-01-29 16:08:18 +00:00
[package]
name = "dnssec-tests"
version = "0.1.0"
edition = "2021"
license = "MIT or Apache 2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-01 17:06:05 +00:00
minijinja = "1.0.12"
2024-02-05 13:24:01 +00:00
serde = { version = "1.0.196", features = ["derive"] }
2024-02-01 16:19:01 +00:00
tempfile = "3.9.0"