about summary refs log tree commit diff
path: root/giftool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'giftool/Cargo.toml')
-rw-r--r--giftool/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/giftool/Cargo.toml b/giftool/Cargo.toml
new file mode 100644
index 0000000..8e5763a
--- /dev/null
+++ b/giftool/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "giftool"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+gifed = { path = "../gifed" }
+png = "0.17.2"
\ No newline at end of file