Advent-of-Code/2023/day-07/Cargo.toml
2023-12-07 17:14:40 +02:00

11 lines
230 B
TOML

[package]
name = "day-07"
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
thiserror.workspace = true