From 2a4b97ccfaf7e0cfccea6aab8de81fd720370b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Holl=C3=BD?= <1708197+j2ghz@users.noreply.github.com> Date: Sun, 7 Mar 2021 12:43:49 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86b19ec..e794eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,26 @@ version = "0.1.0" authors = ["Jozef HollĂ˝ "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# [[bench]] +# harness = false +# name = 'bench' + +[dev-dependencies] +#criterion = '0.3' +proptest = "1.0" +test-generator = "0.3" [dependencies] +anyhow = "1.0" +arrayvec = "0.5" +clap = '2.33.3' +csv = '1.1.5' +flate2 = '1.0.19' +image = '0.23.12' +itertools = "0.10" +log = '0.4.11' +rayon = '1.5.0' +stderrlog = '0.5.0' +structopt = "0.3" +walkdir = '2' +webp = "0.1.0"