This commit is contained in:
R-VdP 2023-03-08 00:24:10 +01:00
parent 0df7ab21e5
commit cf91b29724
No known key found for this signature in database
8 changed files with 357 additions and 59 deletions

View file

@ -14,6 +14,7 @@ anyhow = "1.0.68"
clap = { version = "4.1.4", features = ["derive"] }
dbus = "0.9.7"
env_logger = "0.10.0"
itertools = "0.10.5"
log = "0.4.17"
nix = "0.26.2"
serde = { version = "1.0.152", features = ["derive"] }