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.

10 lines
243 B

[package]
name = "ddns"
version = "0.1.0"
authors = ["Drew Short <warrick@sothr.com>"]
[dependencies]
clap = "2.32.0"
yaml-rust = "0.4.0"
actix-web = "0.7.7"
cloudflare = { git = "https://github.com/nocduro/cloudflare-rs", branch = "master" }