cloudflare-dns-updater/Cargo.toml
Neshura 8dbd524839
All checks were successful
Run Tests on Code / run-tests (push) Successful in 1s
Build and Release Binary File / test (push) Successful in 4s
Build and Release Binary File / build (push) Successful in 33s
Build and Release Binary File / upload-release (push) Successful in 10s
Release 0.2.12
2023-12-20 08:36:59 +00:00

15 lines
366 B
TOML

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