alma/Cargo.toml
Basti Lathe 9c10606ff0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update
2025-01-07 19:46:14 +01:00

21 lines
384 B
TOML

[package]
name = "alma"
version = "0.11.0"
authors = ["Roey Darwish Dror, PurpleCow"]
edition = "2021"
[dependencies]
which = "7.0.1"
log = "0.4.22"
structopt = "0.3.26"
tempfile = "3"
serde = { version = "1", features = ["derive"] }
toml = "0.8.19"
byte-unit = "5.1.6"
nix = "0.29"
env_logger = "0.11.6"
pretty_env_logger = "0.5"
dialoguer = "0.11"
console = "0.15.10"
anyhow = "1"