Files
NLnetLabs-domain/Cargo.toml
T
2016-03-25 12:55:50 +01:00

18 lines
229 B
TOML

[package]
name = "domain-rs"
version = "0.1.0"
authors = ["Martin Hoffmann <hn@nvnc.de>"]
[lib]
name = "domain"
path = "src/lib.rs"
[[bin]]
name = "dig"
path = "src/dig.rs"
[dependencies]
argparse = "0.2"
rand = "0.3"