1
0
Fork 0

Prepare AOC

This commit is contained in:
Lars Martens 2024-11-29 20:28:54 +01:00
commit 3f13305951
7 changed files with 505 additions and 0 deletions

11
Cargo.toml Normal file
View 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"