Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c70a4d..a5abfc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,11 @@ edition = "2024"
[dependencies]
atools = "0.1.6"
-fimg = "0.4.45"
+fimg = { path = "../fimg" }
+# fimg = { git = "https://github.com/bend-n/fimg" }
implicit-fn = "0.1.0"
swash = "0.2.5"
+
+[[test]]
+name = "test"
+harness = false