From 1de64a3818875947f7f1044b1d4cfdf271b04fd3 Mon Sep 17 00:00:00 2001 From: Genny Date: Sun, 21 Nov 2021 18:35:57 -0600 Subject: Bring gifprobe into this repository --- Cargo.toml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'Cargo.toml') 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 "] -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 -- cgit 1.4.1-3-g733a5