mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2025-09-03 18:18:33 -05:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.0...tokio-1.20.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
759 B
TOML
25 lines
759 B
TOML
[package]
|
|
name = "gandi-live-dns"
|
|
version = "1.2.1"
|
|
edition = "2021"
|
|
authors = ["Kaan Barmore-Genç <kaan@bgenc.net>"]
|
|
|
|
[profile.release]
|
|
strip = "symbols"
|
|
lto = true
|
|
|
|
[dependencies]
|
|
|
|
reqwest = { version = "0.11", default-features= false, features = ["json", "rustls-tls"] }
|
|
toml = "0.5"
|
|
json = "0.12"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
directories = "4.0"
|
|
clap = { version = "3.1", features = ["derive", "cargo", "unicode", "wrap_help"]}
|
|
tokio = { version = "1.20", features = ["full"] }
|
|
futures = "0.3"
|
|
anyhow = "1.0"
|
|
governor = "0.4"
|
|
# TODO: Relies on a yet-unreleased interface. Switch to an actual crate release once available
|
|
die-exit = { git = "https://github.com/Xavientois/die.git", rev = "31d3801f4e21654b0b28430987b1e21fc7728676" }
|