mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Readd itertools
to dependencies
This commit is contained in:
parent
31f5e0ed55
commit
d3568ca9b9
2 changed files with 2211 additions and 0 deletions
2210
Cargo.lock
generated
Normal file
2210
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -12,6 +12,7 @@ categories = ["games", "parser-implementations"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# base
|
# base
|
||||||
log = { version = "0.4.17" }
|
log = { version = "0.4.17" }
|
||||||
|
itertools = { version = "0.10.3" } # Not using this yet
|
||||||
# exec
|
# exec
|
||||||
pretty_env_logger = { version = "0.4.0", optional = true }
|
pretty_env_logger = { version = "0.4.0", optional = true }
|
||||||
glob = { version = "0.3.0", optional = true }
|
glob = { version = "0.3.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue