diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep" lto = true [dependencies] -evtclib = { git = "https://gitlab.com/dunj3/evtclib.git", rev = "f480faee" } +evtclib = "0.5.0" regex = "1" structopt = "0.3" walkdir = "2" |