1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-02-20 14:38:48 +01:00

9 lines
167 B
TOML
Raw Normal View History

2023-12-10 03:22:34 +01:00
[package]
name = "puzzle_2023_day_7"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
2023-12-10 03:22:34 +01:00
[dependencies]
array-init = { workspace = true }