advent-of-code-2023/day-09/Cargo.toml

11 lines
225 B
TOML
Raw Permalink Normal View History

2023-12-09 15:14:36 +01:00
[package]
name = "day-09"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc.workspace = true
itertools.workspace = true