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.

18 lines
370 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]
clap = "2.32.0"
yaml-rust = "0.4.0"
serde = "1.0.78"
serde_derive = "1.0.78"
actix-web = "0.7.7"
cloudflare = { git = "https://github.com/nocduro/cloudflare-rs", branch = "master" }