aoc23/Cargo.toml

17 lines
230 B
TOML
Raw Permalink Normal View History

2023-11-30 18:08:08 +00:00
[package]
name = "aoc23"
version = "0.0.0"
publish = false
edition = "2021"
[dependencies]
2023-12-14 12:15:14 +00:00
aatree = "0.2.2"
2023-11-30 18:08:08 +00:00
anyhow = "1"
2023-11-30 22:27:29 +00:00
ariadne = "0.3"
2023-11-30 18:08:08 +00:00
bit-vec = "0.6"
2023-11-30 22:27:29 +00:00
chumsky = "0.9"
indexmap = "2"
2023-12-05 10:01:47 +00:00
itertools = "0.12"
2023-11-30 22:27:29 +00:00
paste = "1"
rayon = "1.8"