This commit is contained in:
2023-10-16 00:36:36 +02:00
commit dc8606c887
7 changed files with 1379 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "ionos-ddns"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.18.0"
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros", "time"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }