cloudflare-dns-updater/Cargo.toml
Neshura f74a37ac24
Some checks failed
Run Tests on Code / run-tests (push) Successful in 10s
Build and Release Binary File / test (push) Successful in 12s
Build and Release Binary File / build (push) Failing after 26s
Build and Release Binary File / upload-release (push) Has been skipped
Release Candidate 1.1.1-rc.2
2023-12-29 00:44:14 +01:00

34 lines
869 B
TOML

[package]
authors = ["Neshura"]
name = "cloudflare-dns-updater"
version = "1.1.1-rc.2"
edition = "2021"
description = "Application for automatically updating Cloudflare DNS records"
license = "GPL-3.0-or-later"
[package.metadata.deb]
extended-description = "Application for automatically updating Cloudflare DNS records"
maintainer-scripts = ""
revision = "1"
[package.metadata.deb.systemd-units]
enable = true
start = true
restart-after-upgrade = true
stop-on-upgrde = true
# 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"
ipnet = "^2.9.0"
url = "2.5.0"