mirror of
https://gitlab.com/MisterBiggs/aoc-2023-rust.git
synced 2025-06-15 14:36:50 +00:00
10 lines
120 B
TOML
10 lines
120 B
TOML
[package]
|
|
name = "aoc_2022"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
itertools = "0.12.0"
|
|
scan_fmt = "0.2.6"
|