aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2018-06-14 16:21:16 +0200
committerDaniel Schadt <kingdread@gmx.de>2018-06-14 16:21:16 +0200
commitf5dcdfff1b52a819adb4354960213d7472978c7f (patch)
tree4a77cfe073c3b7cd3893cc33e586473a8c171bb9 /Cargo.toml
parent12c1426dc10cc30c58e2c8970d73ca8a98e087fa (diff)
downloadevtclib-f5dcdfff1b52a819adb4354960213d7472978c7f.tar.gz
evtclib-f5dcdfff1b52a819adb4354960213d7472978c7f.tar.bz2
evtclib-f5dcdfff1b52a819adb4354960213d7472978c7f.zip
add support for reading zipped logs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7bc61e1..a1ab8b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,5 @@ num-derive = "0.2"
quick-error = "1.2.1"
byteorder = "1"
fnv = "1.0.3"
-getset = "0.0.6" \ No newline at end of file
+getset = "0.0.6"
+zip = "0.4" \ No newline at end of file