diff --git a/Cargo.toml b/Cargo.toml index 0244e9f4..08b44169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,7 @@ tracing-appender = "0.2" # Async runtime (used for concurrent operations) tokio = { version = "1.0", features = ["full"] } +futures = "0.3" # D-Bus integration (used for daemon communication) zbus = "4.0"