Makes it possible to use Tokio with D-Bus, a bus commonly used on Linux for inter-process communication.
# Cargo.toml
[dependencies]
dbus-tokio = "0.7.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to the D-Bus system bus using Tokio.
Ensure you are using #[tokio::main] or manually create a Tokio runtime.
No dependency data recorded yet.