aoc2022/Cargo.toml

11 lines
225 B
TOML
Raw 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"