about summary refs log tree commit diff
path: root/gifprobe/Cargo.toml
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2021-11-21 18:35:57 -0600
committerGenny <gen@nyble.dev>2021-11-21 18:35:57 -0600
commit1de64a3818875947f7f1044b1d4cfdf271b04fd3 (patch)
tree3a5bfbb237d67832dfa1beeb3d28566173484b63 /gifprobe/Cargo.toml
parentf35e18cb0531e7d6a3544560746d592aa47ed555 (diff)
downloadgifed-1de64a3818875947f7f1044b1d4cfdf271b04fd3.tar.gz
gifed-1de64a3818875947f7f1044b1d4cfdf271b04fd3.zip
Bring gifprobe into this repository
Diffstat (limited to 'gifprobe/Cargo.toml')
-rw-r--r--gifprobe/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/gifprobe/Cargo.toml b/gifprobe/Cargo.toml
new file mode 100644
index 0000000..75047b8
--- /dev/null
+++ b/gifprobe/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "gifprobe"
+version = "0.1.0"
+authors = ["Genevive Alfirevic <gen@nyble.dev"]
+edition = "2018"
+license = "CC0-1.0"
+description = "Print the details of a gif to stdout; ffprobe for gif"
+repository = "https://github.com/genuinebyte/gifed"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+owo-colors = "2.0.0"
+gifed = { path = "../gifed" }
\ No newline at end of file