Prepare AOC
This commit is contained in:
commit
3f13305951
7 changed files with 505 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue