cloudflare-dns-updater/Cargo.toml
Neshura 4c0ace604f
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
Add missing authors field
2023-12-28 22:52:17 +01:00

22 lines
515 B
TOML

[package]
authors = ["Neshura"]
name = "cloudflare-dns-updater"
version = "1.1.1-rc.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "^0.4.23"
reqwest = { version = "^0.11.14", features = ["blocking", "json"] }
serde = "^1.0.152"
serde_derive = "^1.0.152"
serde_json = "^1.0.93"
strum_macros = "^0.24.3"
log = "^0.4.20"
systemd-journal-logger = "^2.1.1"
confy = "^0.5.1"
dotenv = "^0.15.0"
ipnet = "^2.9.0"
url = "2.5.0"