diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,16 +3,17 @@ name = "raidgrep" version = "0.1.0" authors = ["Daniel <kingdread@gmx.de>"] license = "GPL-3.0-or-later" +edition = "2018" [dependencies] evtclib = { path = "evtclib" } regex = "1" -structopt = "0.2" +structopt = "0.3" walkdir = "2" -quick-error = "1" colored = "1" chrono = "0.4" rayon = "1" num-traits = "0.2" -humantime = "1.1" +humantime = "2.0" zip = "0.5" +anyhow = "1.0" |