diff options
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ rayon = "1" num-traits = "0.2" num-derive = "0.3" humantime = "2.0" +itertools = "0.9" zip = "0.5" anyhow = "1.0" once_cell = "1.3" |
index : raidgrep | ||
Guild Wars 2/arcdps evtc log searching tool | Daniel |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 1 |
@@ -16,6 +16,7 @@ rayon = "1" num-traits = "0.2" num-derive = "0.3" humantime = "2.0" +itertools = "0.9" zip = "0.5" anyhow = "1.0" once_cell = "1.3" |