advent_of_code_2022/days/day09/Cargo.toml
Gabe Venberg 3b18b90bda day 09.
2023-11-22 17:00:27 -06:00

12 lines
221 B
TOML

[package]
name = "day09"
authors.workspace = true
description.workspace = true
version.workspace = true
edition.workspace = true
[dependencies]
aoc_libs.workspace = true
regex.workspace = true
once_cell.workspace = true