diff options
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"] |
