alma/Cargo.toml

21 lines
366 B
TOML

[package]
name = "alma"
version = "0.11.0"
authors = ["Roey Darwish Dror, PurpleCow"]
edition = "2021"
[dependencies]
which = "4.4"
log = "0.4"
structopt = "0.3"
tempfile = "3"
serde = { version = "1", features = ["derive"] }
toml = "0.7"
byte-unit = "4.0"
nix = "0.26"
env_logger = "0.10"
pretty_env_logger = "0.5"
dialoguer = "0.10"
console = "0.15"
anyhow = "1"