prepare from last year's setup

This commit is contained in:
Dominic 2023-11-30 19:08:08 +01:00
commit ab26e1e1a1
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
5 changed files with 143 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "aoc23"
version = "0.0.0"
publish = false
edition = "2021"
[dependencies]
anyhow = "1"
ariadne = "0.1"
bit-vec = "0.6"
chumsky = "0.8"
indexmap = "1.9"
paste = "1.0"