Solve 01
This commit is contained in:
commit
1911fae77d
8 changed files with 655 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "aoc"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
cached = "0.46.1"
|
||||
glam = "0.29.2"
|
||||
itertools = "0.12.0"
|
||||
rayon = "1.8.0"
|
||||
regex = "1.11.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue