1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-11-09 22:08:53 +01:00
advent_of_code_2023/day_7/Cargo.toml

8 lines
110 B
TOML
Raw Normal View History

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