mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-10-31 14:17:25 -05:00
19 lines
517 B
TOML
19 lines
517 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 = { version = "0.11.7", features = ["json"] }
|
|
toml = "0.5.8"
|
|
json = "0.12.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
directories = "4.0.1"
|
|
structopt = "0.3.25"
|
|
tokio = { version = "1.14.0", features = ["full"] }
|
|
futures = "0.3.17"
|
|
anyhow = "1.0"
|
|
die-exit = { git = "https://github.com/SeriousBug/die.git" } |