aoc2022/Cargo.toml

13 lines
265 B
TOML
Raw Normal View History

2022-12-01 11:17:42 -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-07 13:13:31 -06:00
id_tree = "1.8.0"
2022-12-08 08:45:04 -06:00
simple-grid = "2.1.1"