diff options
| author | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
| commit | d7c66522cf365f516babcfeb1d4a2d36c3ea41af (patch) | |
| tree | 30c7d6103037b31170ae6d8fd58e3849e3cea823 /.config/awesome/quarrel/native/Cargo.toml | |
| parent | df418700b7d776f03ee5b58daa2d497cddb45aca (diff) | |
a small refactor
Diffstat (limited to '.config/awesome/quarrel/native/Cargo.toml')
| -rw-r--r-- | .config/awesome/quarrel/native/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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"] |
