From 90119b61130a7475ad743e512f41110d1b50ed99 Mon Sep 17 00:00:00 2001 From: Genevieve Alfirevic Date: Mon, 4 Apr 2022 22:15:49 -0500 Subject: giftool: Add extract-frames subcommand --- giftool/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 giftool/Cargo.toml (limited to 'giftool/Cargo.toml') 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 -- cgit 1.4.1-3-g733a5