Fluke/dbus refactor

This commit is contained in:
Luke Jones
2023-12-03 20:44:01 +00:00
parent f6e4cc0626
commit 0a69c23288
143 changed files with 5421 additions and 10343 deletions

View File

@@ -6,8 +6,6 @@ edition = "2021"
[dependencies]
log.workspace = true
rog_aura = { path = "../rog-aura" }
rog_profiles = { path = "../rog-profiles" }
serde.workspace = true
serde_derive.workspace = true
zbus.workspace = true
@@ -19,4 +17,5 @@ typeshare.workspace = true
rusb.workspace = true
[dev-dependencies]
cargo-husky.workspace = true
cargo-husky.workspace = true
rog_aura = { path = "../rog-aura" }