feat: initial ddns implementation

This commit is contained in:
2023-04-04 22:23:41 -07:00
parent 95259b545c
commit 5d835ace6b
6 changed files with 1153 additions and 7 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "ddns"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
reqwest = { version = "0.11.16", features = ["blocking"] }