diff options
author | Genny <gen@nyble.dev> | 2022-11-25 19:10:03 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2022-11-25 19:10:03 -0600 |
commit | f45c0d338f9bd0eac56cbab2ff5b6d7c163e2ed0 (patch) | |
tree | 8caafa654047ff19822e4d1d19d3b36825c4c507 /giftool/Cargo.toml | |
parent | 9c9c04015d1dcc79ac27d1e903ce36a35e5c2dcf (diff) | |
download | gifed-f45c0d338f9bd0eac56cbab2ff5b6d7c163e2ed0.tar.gz gifed-f45c0d338f9bd0eac56cbab2ff5b6d7c163e2ed0.zip |
no more giftool
Diffstat (limited to 'giftool/Cargo.toml')
-rw-r--r-- | giftool/Cargo.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/giftool/Cargo.toml b/giftool/Cargo.toml deleted file mode 100644 index 8e5763a..0000000 --- a/giftool/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[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 |