You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "dnsbox"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Stefan Bühler <stbuehler@web.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dnsbox-base = { path = "lib/dnsbox-base" }
|
|
|
|
|
|
|
|
futures = "0.1.18"
|
|
|
|
tokio-core = "0.1.12"
|
|
|
|
tokio-io = "0.1.5"
|
|
|
|
|
|
|
|
[workspace]
|