aoc2022/Cargo.toml

13 lines
264 B
TOML
Raw Permalink Normal View History

2022-12-03 13:14:58 -06: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]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
2022-12-03 14:02:59 -06:00
itertools = "0.10.5"
2022-12-07 14:13:48 -06:00
slotmap = "1.0.6"