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

[dependencies]
derive_more = { version = "1.0.0-beta.6", features = ["full"] }
nom = "7.1.3"
thiserror = "1.0.50"

[profile.release]
debug = true