mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-23 21:49:28 +02:00
21 lines
351 B
TOML
21 lines
351 B
TOML
[package]
|
|
name = "alma"
|
|
version = "0.10.0"
|
|
authors = ["Roey Darwish Dror"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
which = "4"
|
|
log = "0.4"
|
|
structopt = "0.3"
|
|
tempfile = "3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.5"
|
|
byte-unit = "4.0"
|
|
nix = "0.19"
|
|
env_logger = "0.8"
|
|
pretty_env_logger = "0.4"
|
|
dialoguer = "0.7"
|
|
console = "0.13"
|
|
anyhow = "1"
|