Continue implementing basic features.

This commit is contained in:
R-VdP 2023-02-02 17:31:10 +00:00
parent fbe9f2eabb
commit f784f06107
No known key found for this signature in database
6 changed files with 244 additions and 27 deletions

View file

@ -7,3 +7,6 @@ edition = "2021"
[dependencies]
clap = { version = "4.1.4", features = ["derive"] }
nix = "0.26.2"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"