Skip to content

Commit 23537ef

Browse files
committed
add itertools
1 parent 2bff949 commit 23537ef

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

Cargo.lock

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ edition = "2018"
1919
#
2020
# DON'T EDIT THIS!
2121
[dependencies]
22-
anyhow = "1.0.43" # for easy error handling
23-
nom = "7.0.0" # for parsing
24-
peg = "0.7.0" # for parsing
25-
regex = "1.5.4" # for parsing
22+
anyhow = "1.0.43" # for easy error handling
23+
itertools = "0.10.3" # for working with iterators
24+
nom = "7.0.0" # for parsing
25+
peg = "0.7.0" # for parsing
26+
regex = "1.5.4" # for parsing

0 commit comments

Comments
 (0)