mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-11-10 09:37:26 -06:00
15 lines
320 B
TOML
15 lines
320 B
TOML
[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"] }
|
|
directories = "4.0.1"
|
|
structopt = "0.3.25"
|