This commit is contained in:
2025-12-01 14:35:27 +01:00
parent c2d5545139
commit 601c7423b1
8 changed files with 4414 additions and 0 deletions

10
y2025/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "y2025"
version = "0.1.0"
edition = "2024"
[dependencies]
regex = "1.11.1"
utils = { workspace = true }
itertools = { workspace = true }
rayon = { workspace = true }