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

8 lines
93 B
TOML
Raw Permalink Normal View History

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