1
0
mirror of https://gitlab.com/MisterBiggs/aoc-2023-rust.git synced 2025-06-15 14:36:50 +00:00
Aoc-2023-Rust/Cargo.toml
2023-12-01 00:13:19 -07:00

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"