Advent-of-Code/2023/day-09/Cargo.toml
Kristofers Solo 038214af40 day 09
2023-12-09 16:05:09 +02:00

11 lines
230 B
TOML

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