peach-dyndns-server/Cargo.toml

23 lines
672 B
TOML
Raw Normal View History

2019-04-19 01:00:06 +00:00
[package]
name = "peach-dyndns-host"
version = "0.1.0"
2021-04-30 11:18:44 +00:00
authors = ["Michael Williams <michael.williams@enspiral.com>", "Max Fowler <notplants@mfowler.info>"]
2019-04-19 01:00:06 +00:00
edition = "2018"
[dependencies]
2019-05-07 11:27:55 +00:00
clap-log-flag = "0.2"
clap-verbosity-flag = "0.2"
log = "0.4"
futures = "0.3.1"
2019-05-07 11:27:55 +00:00
nest = "1"
structopt = "0.2"
tokio = { version = "1.5.0", features = ["full"] }
2019-05-07 10:40:36 +00:00
tokio-executor = "0.1"
tokio-tcp = "0.1.4"
tokio-udp = "0.1.4"
trust-dns-server = "0.20.2"
trust-dns-client = "0.20.2"
2021-04-30 11:18:44 +00:00
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
serde = "1.0.125"
2021-05-10 08:46:15 +00:00
dotenv = "0.15.0"