mirror of
https://github.com/theoludwig/advent_of_code.git
synced 2025-02-20 14:38:48 +01:00
9 lines
167 B
TOML
9 lines
167 B
TOML
[package]
|
|
name = "puzzle_2023_day_7"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
array-init = { workspace = true }
|