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

[dependencies]
cached = "0.25.0"
derive_more = "0.99.2"
nom = "7.0.0"
thiserror = "1.0.29"