// NOTE: cargo does not support mutually exclusive features. Because of this,
// our clippy Makefile target will enable both the dbus_enabled and min features.
// Currently, this module defaults to using D-Bus if both features are enabled.
// Both modules are declared if both features are active for the purpose of
// clippy.
pub use setup;
pub use setup;