1
0
forked from danmax/aoc
aoc/2024/day-3-rust/Cargo.toml
2024-12-12 22:38:10 +00:00

10 lines
186 B
TOML

[package]
name = "day-3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"