cloudflare-dns-updater/Cargo.toml
Neshura 72e25a7081
All checks were successful
Run Tests on Code / run-tests (push) Successful in 0s
Move back to 0.2.8 to resolve merge conflict with #25
2023-12-27 21:15:11 +01:00

15 lines
365 B
TOML

[package]
name = "cloudflare-dns-updater"
version = "0.2.8"
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"