Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e114594..a046a18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,10 @@ edition = "2024"
[dependencies]
array_chunks = "1.0.0"
atools = "0.1.6"
-fimg = { path = "../fimg", features = ["real-show", "save"] }
-# fimg = { git = "https://github.com/bend-n/fimg" }
+fimg = { git = "https://github.com/bend-n/fimg", features = [
+ "save",
+ "real-show",
+] }
implicit-fn = "0.1.0"
lower = "0.2.0"
lru-cache = "0.1.2"