about summary refs log tree commit diff
path: root/slugs/Cargo.toml
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2023-02-20 09:08:58 -0600
committerGenny <gen@nyble.dev>2023-02-20 09:08:58 -0600
commitb5a215f363be951a009e15d8e4ccb4bc670777b0 (patch)
treea19886e4dff54287de98dbd18d96cf6f3d11363c /slugs/Cargo.toml
parentb3c5fa87301399792e91edde1ac821d112174851 (diff)
downloadgifed-b5a215f363be951a009e15d8e4ccb4bc670777b0.tar.gz
gifed-b5a215f363be951a009e15d8e4ccb4bc670777b0.zip
slugs
Diffstat (limited to 'slugs/Cargo.toml')
-rw-r--r--slugs/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/slugs/Cargo.toml b/slugs/Cargo.toml
new file mode 100644
index 0000000..ba4dac2
--- /dev/null
+++ b/slugs/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "slugs"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+camino = "1.1.2"
+gifed = { path = "../gifed" }
+png = "0.17.7"
+tepimg = { git = "https://github.com/gennyble/tep" }
+thiserror = "1.0.38"
+colorsquash = { path = "../../colorsquash" }
\ No newline at end of file