mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
15 lines
230 B
TOML
15 lines
230 B
TOML
[package]
|
|
name = "alma"
|
|
version = "0.4.0"
|
|
authors = ["Roey Darwish Dror"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
which = "2.0.1"
|
|
failure = "0.1.4"
|
|
log = "0.4.6"
|
|
structopt = "0.2.14"
|
|
simplelog = "0.5.3"
|
|
tempfile = "3.0.5"
|
|
nix = "0.12.0"
|