mirror of
https://gitlab.com/MisterBiggs/aoc-2023-rust.git
synced 2025-06-15 22:46:52 +00:00
11 lines
217 B
TOML
11 lines
217 B
TOML
[package]
|
|
name = "aoc_2022"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
itertools = "0.10.5"
|
|
scan_fmt = "0.2.6"
|