aoc_2024/day19/Cargo.toml

8 lines
93 B
TOML
Raw Permalink Normal View History

2024-12-19 14:24:21 -05:00
[package]
name = "day19"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.11.1"