Advent-of-Code/2023/day-12/Cargo.toml
Kristofers Solo 14893c5d01 day 12 part 1
2023-12-12 12:04:55 +02:00

10 lines
203 B
TOML

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