10 lines
180 B
TOML
Raw Permalink Normal View History

2024-12-01 12:19:49 -05:00
[package]
name = "advent-of-code-2024"
version = "0.1.0"
edition = "2021"
authors = ["Dan Chadwick <dan@danchadwickdesign.com>"]
[dependencies]
regex = "1.11.1"
2024-12-01 12:19:49 -05:00
tabled = "0.17.0"