Skip to content

Commit 6b17408

Browse files
Add itertools dependency
1 parent 0ea43e0 commit 6b17408

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
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

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test_lib = []
2424
# Template dependencies
2525
chrono = { version = "0.4.38", optional = true }
2626
dhat = { version = "0.3.3", optional = true }
27+
itertools = "0.13.0"
2728
pico-args = "0.5.0"
2829
regex = "1.11.1"
2930
tinyjson = "2.5.1"

0 commit comments

Comments
 (0)