From d7c66522cf365f516babcfeb1d4a2d36c3ea41af Mon Sep 17 00:00:00 2001 From: delta Date: Wed, 29 Oct 2025 16:35:38 +0100 Subject: a small refactor --- .config/awesome/quarrel/native/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/awesome/quarrel/native/Cargo.toml') diff --git a/.config/awesome/quarrel/native/Cargo.toml b/.config/awesome/quarrel/native/Cargo.toml index 2551507..1b98681 100644 --- a/.config/awesome/quarrel/native/Cargo.toml +++ b/.config/awesome/quarrel/native/Cargo.toml @@ -7,7 +7,6 @@ edition = "2021" [dependencies] freedesktop_entry_parser = "1.3.0" -cpc = "1.9.1" mlua = { version = "0.10.3", features = [ "module", "lua54", "serialize" ] } rayon = "1.6.1" serde = { version = "1.0.152", features = [ "derive" ] } @@ -23,6 +22,8 @@ ureq = "3.0.9" anyhow = { version = "1.0.97", features = ["backtrace"] } mdrop = { git = "https://github.com/frahz/mdrop" } sysinfo = "0.35.0" +fend-core = "1.5.7" +notify = "8.2.0" [lib] crate-type = ["cdylib"] -- cgit v1.2.3