update-deployment/Cargo.toml

21 lines
550 B
TOML

[package]
name = "update-deployment"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
git2 = { version = "0.18.3" }
clap = "4.5.3"
color-eyre = "0.6.3"
dotenv = "0.15.0"
eyre = "0.6.12"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.34+deprecated"
tempdir = "0.3.7"
tokio = { version = "1.36.0", features = ["full"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = "0.3.18"