mirror of
https://github.com/theoludwig/advent_of_code_2023.git
synced 2024-11-09 22:08:53 +01:00
9 lines
155 B
TOML
9 lines
155 B
TOML
[package]
|
|
name = "day_7"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
array-init = { workspace = true }
|