dbus: Add power-daemon hotplug handling

This commit is contained in:
Victoria Brekenfeld 2024-02-07 13:58:44 +01:00 committed by Victoria Brekenfeld
parent 83ec68d383
commit d8c1087ebe
5 changed files with 158 additions and 2 deletions

View file

@ -19,6 +19,7 @@ use crate::{
pub mod backend;
pub mod config;
pub mod dbus;
#[cfg(feature = "debug")]
pub mod debug;
pub mod input;