smol bot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fae5a1..ec1a236 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ flate2 = { version = "1.0", features = [
lemu = { features = ["diagnose"], default-features = false, version = "0.2.0" }
dashmap = "5.5.3"
oxipng = { version = "9.0.0", default-features = false }
-fimg = "0.4.26"
+fimg = { version = "0.4.26", features = ["save"] }
phf = { version = "0.11.2", features = ["macros"] }
emojib = { git = "https://github.com/Apricot-Conservation-Project/emoji", package = "emoji" }
rust-fuzzy-search = "0.1.1"
@@ -52,6 +52,9 @@ httpdate = "1.0.3"
pollster = "0.3.0"
btparse-stable = "0.1.2"
cpu-monitor = "0.1.1"
+exoquant = "0.2.0"
+image = { version = "0.25.5", features = ["bmp", "jpeg", "png", "webp"], default-features = false }
+car = "0.1.1"
[build-dependencies]
emojib = { git = "https://github.com/Apricot-Conservation-Project/emoji", features = [