advent_of_code_2023/day_one/Cargo.toml
Anthony Cicchetti 6f57e947b1 day two part one
2023-12-05 16:15:58 -05:00

11 lines
No EOL
251 B
TOML

[package]
name = "day_01"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
common = { path = "../common" }
regex = "1"
thiserror = { workspace = true }