1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Readd itertools to dependencies

This commit is contained in:
Steffo 2022-08-04 22:06:05 +02:00
parent 31f5e0ed55
commit d3568ca9b9
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2211 additions and 0 deletions

2210
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -12,6 +12,7 @@ categories = ["games", "parser-implementations"]
[dependencies]
# base
log = { version = "0.4.17" }
itertools = { version = "0.10.3" } # Not using this yet
# exec
pretty_env_logger = { version = "0.4.0", optional = true }
glob = { version = "0.3.0", optional = true }