mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-23 18:24:59 +02:00
29 lines
477 B
TOML
29 lines
477 B
TOML
[package]
|
|
name = "domain"
|
|
version = "0.1.0"
|
|
authors = ["Martin Hoffmann <hn@nvnc.de>"]
|
|
|
|
[lib]
|
|
name = "domain"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "dig"
|
|
path = "examples/dig.rs"
|
|
|
|
[[example]]
|
|
name = "host"
|
|
path = "examples/host.rs"
|
|
|
|
#[[example]]
|
|
#name = "reversed"
|
|
#path = "examples/reversed.rs"
|
|
|
|
[dependencies]
|
|
rand = "0.3"
|
|
rotor = { git = "https://github.com/partim/rotor.git", branch = "auto-shutdown" }
|
|
vecio = "0.1"
|
|
|
|
[dev-dependencies]
|
|
argparse = "0.2"
|