Advent of Code solutions
at main 11 lines 277 B view raw
1[package] 2name = "advent_core" 3version = "0.1.0" 4edition = "2024" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[dependencies] 9indicatif = "0.18.3" 10regex = "1.12.2" 11advent-hack = { version = "0.1", path = "../advent-hack" }