Add auto-generated DBus bindings.

Code largely taken from git.sr.ht/~rycee/sd-switch
This commit is contained in:
R-VdP 2023-02-03 15:58:42 +00:00
parent 4592e2bacc
commit b291685a98
No known key found for this signature in database
7 changed files with 3954 additions and 1 deletions

View file

@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.68"
clap = { version = "4.1.4", features = ["derive"] }
dbus = "0.9.7"
env_logger = "0.10.0"
log = "0.4.17"
nix = "0.26.2"