1
0
Fork 0
This commit is contained in:
Lars Martens 2025-12-01 06:52:27 +01:00
commit 1911fae77d
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
8 changed files with 655 additions and 0 deletions

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