Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba6d989..7637812 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,10 +6,7 @@ edition = "2024"
[dependencies]
array_chunks = "1.0.0"
atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" }
-fimg = { git = "https://github.com/bend-n/fimg", features = [
- "save",
- "real-show",
-] }
+fimg = { path = "../fimg", features = ["save", "real-show"] }
implicit-fn = "0.1.0"
itertools = "0.14.0"
lower = "0.2.0"