First DBUS server

This commit is contained in:
Florian RICHER 2025-04-19 21:51:44 +02:00
parent 8ce7c1a8a5
commit 09d58154eb
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 419 additions and 6 deletions

View file

@ -4,3 +4,12 @@ version = "0.1.0"
edition = "2024"
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
build = "build.rs"
[dependencies]
dbus = "0.9"
dbus-codegen = "0.12"
dbus-tree = "0.9"
[build-dependencies]
dbus-codegen = "0.12"