diff options
author | Genevieve Alfirevic <gen@nyble.dev> | 2022-04-04 22:15:49 -0500 |
---|---|---|
committer | Genevieve Alfirevic <gen@nyble.dev> | 2022-04-04 22:15:49 -0500 |
commit | 90119b61130a7475ad743e512f41110d1b50ed99 (patch) | |
tree | 5a307bda029ba44ede58474f2593e7e4150360d0 /giftool/Cargo.toml | |
parent | c60d5e8efdd6208968250e397d9e2676d6e347fc (diff) | |
download | gifed-90119b61130a7475ad743e512f41110d1b50ed99.tar.gz gifed-90119b61130a7475ad743e512f41110d1b50ed99.zip |
giftool: Add extract-frames subcommand
Diffstat (limited to 'giftool/Cargo.toml')
-rw-r--r-- | giftool/Cargo.toml | 10 |
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 |