advent-of-code-2023/day3/Cargo.toml
Evie Litherland-Smith 9acc2bbb93 Add test and input for day3 (not passing yet)
Delete the basically empty day4 file, todo later
2023-12-29 09:49:00 +00:00

10 lines
190 B
TOML

[package]
name = "day3"
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.10.2"