1
0
mirror of https://gitlab.com/MisterBiggs/aoc2021.git synced 2025-06-15 14:36:50 +00:00
AoC2021/Cargo.toml

9 lines
196 B
TOML

[package]
name = "aoc2021"
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.3"