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.

9 lines
243 B

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