summaryrefslogtreecommitdiff
path: root/2023/Cargo.toml
blob: 20b625cc662581deb727acc996ff9572ea111a4e (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]
nalgebra = "0.32.3"
nom = "7.1.3"
thiserror = "1.0.50"

[profile.release]
debug = true