aoc2022/Cargo.toml

12 lines
243 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"