diff options
Diffstat (limited to 'gifprobe/Cargo.toml')
-rw-r--r-- | gifprobe/Cargo.toml | 14 |
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 |