All checks were successful
Rust / build (push) Successful in 2m16s
update yay command
21 lines
422 B
TOML
21 lines
422 B
TOML
[package]
|
|
name = "alma"
|
|
version = "0.11.1"
|
|
authors = ["Roey Darwish Dror, PurpleCow"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
which = "7.0.3"
|
|
log = "0.4.27"
|
|
structopt = "0.3.26"
|
|
tempfile = "3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.8.22"
|
|
byte-unit = "5.1.6"
|
|
nix = { version = "0.30.1", features = ["mount"] }
|
|
env_logger = "0.11.8"
|
|
pretty_env_logger = "0.5"
|
|
dialoguer = "0.11"
|
|
console = "0.15.11"
|
|
anyhow = "1"
|