mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix: prevent an aura manager deadlock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user