git-vain/Cargo.toml

23 lines
472 B
TOML

[package]
name = "git-vain"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
data-encoding = "2"
flate2 = "1"
git2 = "0.17"
gpgme = "0.11"
indicatif = "0.17"
inquire = "0.6"
itoa = "1"
num_cpus = "1"
rand = "0.8"
sequoia-openpgp = { git = "https://gitlab.com/sequoia-pgp/sequoia" }
sha1 = "0.10"