chore: use dbus config subscription for app list

This commit is contained in:
Ashley Wulber 2024-01-18 18:18:27 -05:00 committed by Ashley Wulber
parent 6851d9de54
commit ebe688c747
9 changed files with 327 additions and 353 deletions

View file

@ -8,8 +8,8 @@ edition = "2021"
libcosmic.workspace = true
cctk.workspace = true
cosmic-protocols.workspace = true
nix = "0.26.1"
log = "0.4"
nix = "0.27.1"
tracing = "0.1"
tracing-subscriber.workspace = true
tracing-log.workspace = true
once_cell = "1.9"

View file

@ -5,8 +5,7 @@ mod localize;
mod wayland;
mod wayland_subscription;
use config::APP_ID;
use log::info;
use tracing::info;
use localize::localize;