gandi-live-dns-rust/Cargo.toml

15 lines
320 B
TOML
Raw Normal View History

2021-12-12 00:36:40 -06:00
[package]
name = "gandi-rust-dns-updater"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.7"
toml = "0.5.8"
serde = { version = "1.0", features = ["derive"] }
2021-12-12 02:49:21 -06:00
directories = "4.0.1"
structopt = "0.3.25"