advent_of_code_2023/days/day08/Cargo.toml
2023-12-08 16:42:20 -06:00

13 lines
258 B
TOML

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