aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 116750dcabb75a502894350dc3ebea722e51e280 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "aoc-2021"
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"
aoc-runner-derive = "0.3"