advent-of-code/Cargo.toml

11 lines
133 B
TOML
Raw Normal View History

2023-05-23 21:18:22 +00:00
[package]
name = "aoc-2022"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1"
itertools = "0.10"
rayon = "1"
eyes = "1"