1
0
Fork 0

Solve 09.1

This commit is contained in:
Lars Martens 2025-12-09 07:55:00 +01:00
parent 4e506cafe9
commit f523a094c8
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
3 changed files with 170 additions and 0 deletions

View file

@ -6,5 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.100"
cached = "0.56.0"
derive_more = { version = "2.1.0", features = ["deref"] }
glam = "0.30.9"
itertools = "0.14.0"