AoC/2024/days/03/part2/Cargo.toml

8 lines
93 B
TOML
Raw Normal View History

2024-12-03 12:40:45 +01:00
[package]
name = "part1"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.11.1"