Fix: prevent an aura manager deadlock

This commit is contained in:
Luke D. Jones
2024-12-18 10:33:14 +13:00
parent ccdc576319
commit c05c8ba648
6 changed files with 554 additions and 314 deletions

View File

@@ -13,6 +13,9 @@ edition.workspace = true
name = "asusd"
path = "src/daemon.rs"
[features]
tokio_debug = []
[dependencies]
config-traits = { path = "../config-traits" }
rog_anime = { path = "../rog-anime", features = ["dbus"] }
@@ -27,7 +30,7 @@ inotify.workspace = true
mio.workspace = true
tokio.workspace = true
# console-subscriber = "0.2.0"
console-subscriber = "0.2.0"
# cli and logging
log.workspace = true