alma/Cargo.toml
Basti Lathe b8c492cb62
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update
2025-01-07 19:41:08 +01:00

21 lines
369 B
TOML

[package]
name = "alma"
version = "0.11.0"
authors = ["Roey Darwish Dror, PurpleCow"]
edition = "2021"
[dependencies]
which = "7.0"
log = "0.4.22"
structopt = "0.3"
tempfile = "3"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
byte-unit = "5.1"
nix = "0.29"
env_logger = "0.11"
pretty_env_logger = "0.5"
dialoguer = "0.11"
console = "0.15"
anyhow = "1"