aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/quarrel/native/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/quarrel/native/Cargo.toml')
-rw-r--r--.config/awesome/quarrel/native/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/awesome/quarrel/native/Cargo.toml b/.config/awesome/quarrel/native/Cargo.toml
index 6c44528..9cff8fc 100644
--- a/.config/awesome/quarrel/native/Cargo.toml
+++ b/.config/awesome/quarrel/native/Cargo.toml
@@ -9,12 +9,14 @@ edition = "2021"
freedesktop_entry_parser = "1.3.0"
cpc = "1.9.1"
mlua = { version = "0.8.7", features = [ "module", "lua54", "serialize" ] }
-palette = { version = "0.6.1", default-features = false, features = [ "std" ] }
rayon = "1.6.1"
serde = { version = "1.0.152", features = [ "derive" ] }
url = "2.3.1"
rodio = "0.17.1"
nix = "0.26.2"
+chrono = "0.4.24"
+itertools = "0.10.5"
+html-escape = "0.2.13"
[lib]
crate-type = ["cdylib"]