1
0
Fork 0
advent-of-code/2023/days/04/Cargo.toml

11 lines
229 B
TOML

[package]
name = "day04"
authors.workspace = true
description.workspace = true
version.workspace = true
edition.workspace = true
[dependencies]
aoc_libs.workspace = true
nom.workspace = true
collection_literals.workspace = true