aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-01-14 20:05:38 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-01-14 20:05:38 +0100
commitba171bad33767ad52e0900760358bac3df69f896 (patch)
treee82d81ae4cf0ebf12116367a68b870ee5c29a713 /Cargo.toml
parent767b239776c23d9aa31c5d0b594ba200c430a8bb (diff)
downloadhittekaart-ba171bad33767ad52e0900760358bac3df69f896.tar.gz
hittekaart-ba171bad33767ad52e0900760358bac3df69f896.tar.bz2
hittekaart-ba171bad33767ad52e0900760358bac3df69f896.zip
add support for reading brotli and gzip files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf67d91..f50423e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,11 @@ name = "hittebench"
harness = false
[dependencies]
+brotli = "3.3.4"
clap = { version = "4.1.0", features = ["derive"] }
color-eyre = "0.6.2"
colorgrad = "0.6.2"
+flate2 = "1.0.25"
fnv = "1.0.7"
image = "0.24.5"
imageproc = "0.23.0"