mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 22:49:28 +02:00
14 lines
213 B
TOML
14 lines
213 B
TOML
[package]
|
|
name = "alma"
|
|
version = "0.1.0"
|
|
authors = ["Roey Darwish Dror"]
|
|
|
|
[dependencies]
|
|
which = "2.0.0"
|
|
failure = "0.1.3"
|
|
log = "0.4.6"
|
|
structopt = "0.2.13"
|
|
simplelog = "0.5.3"
|
|
tempfile = "3.0.4"
|
|
nix = "0.11.0"
|