[package] name = "y_2025" version = "0.1.0" edition = "2024" [dependencies] advent_core = { path = "../../advent_core" } macros = { path = "../../macros" } rayon = "1.11.0" utils = { path = "../../utils" } advent-hack = { version = "0.1", path = "../../advent-hack" } good_lp = { version = "1.14.2", features = [ "microlp", ], default-features = false }