A cloudflare backed DDNS service written in Rust
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.

23 lines
459 B

[package]
name = "rsddns"
version = "0.1.0"
authors = ["Drew Short <warrick@sothr.com>"]
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
incremental = false
[dependencies]
bytes = "0.4.10"
clap = "2.32.0"
log = "0.4.0"
env_logger = "0.5.13"
num_cpus = "1.0"
yaml-rust = "0.4.0"
serde = "1.0.78"
serde_derive = "1.0.78"
futures = "0.1.24"
actix-web = "0.7.7"
cloudflare = { git = "https://github.com/nocduro/cloudflare-rs", branch = "master" }