From b51047ffccff4aad12f84b6b1c3a20a782153d2f Mon Sep 17 00:00:00 2001 From: bbb651 Date: Mon, 9 Dec 2024 17:43:04 +0200 Subject: Avoid implicit feature names --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5d1b32a..06cb9240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ xshell = "0.2.6" [features] default = ["dbus", "systemd", "xdp-gnome-screencast"] # Enables D-Bus support (serve various freedesktop and GNOME interfaces, power button handling). -dbus = ["zbus", "async-io", "notify-rust", "url"] +dbus = ["dep:zbus", "dep:async-io", "dep:notify-rust", "dep:url"] # Enables systemd integration (global environment, apps in transient scopes). systemd = ["dbus"] # Enables screencasting support through xdg-desktop-portal-gnome. -- cgit