cli
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2024-12-27 07:11:37 +01:00
parent b9267827ee
commit 620b699069
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 269 additions and 49 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.23", features = ["cargo"] }
nix = { version = "0.29.0", features = ["user"] }
serde = { version = "1.0.216", features = ["derive"] }
toml = "0.8.19"