summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8906e7e35e3b5f6a2b3ecb9cc00688dcb6f97294 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "aoc2021"
version = "0.1.0"
authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2021"

[dependencies]
derive_more = "0.99.2"
nom = "7.0.0"