prepare from last year's setup
This commit is contained in:
commit
ab26e1e1a1
5 changed files with 143 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue