AoC2022/Cargo.toml

11 lines
213 B
TOML
Raw Permalink Normal View History

2022-12-01 18:47:25 +01:00
[package]
name = "AoC2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-05 18:52:37 +01:00
itertools = "0.10.5"
2022-12-12 12:12:31 +01:00
regex = "1.7.0"