aoc23/Cargo.toml

15 lines
199 B
TOML
Raw Normal View History

2023-11-30 18:08:08 +00:00
[package]
name = "aoc23"
version = "0.0.0"
publish = false
edition = "2021"
[dependencies]
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"