about summary refs log tree commit diff
path: root/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 /Cargo.toml
parentf35e18cb0531e7d6a3544560746d592aa47ed555 (diff)
downloadgifed-1de64a3818875947f7f1044b1d4cfdf271b04fd3.tar.gz
gifed-1de64a3818875947f7f1044b1d4cfdf271b04fd3.zip
Bring gifprobe into this repository
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml24
1 files changed, 5 insertions, 19 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 295a943..2a5d22b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,19 +1,5 @@
-[package]
-name = "gifed"
-version = "0.1.0"
-authors = ["Brad Alfirevic <brad@genbyte.dev>"]
-edition = "2018"
-license = "CC0-1.0"
-description = "Gif encoding and decoding with fine control"
-repository = "https://github.com/genuinebyte/gifed"
-
-[dev-dependencies]
-criterion = "0.3"
-png = "0.17.2"
-
-[dependencies]
-weezl = "0.1.5"
-
-[[bench]]
-name = "lzw_encode"
-harness = false
\ No newline at end of file
+[workspace]
+members = [
+	"gifed",
+	"gifprobe"
+]
\ No newline at end of file