advent-of-code/Cargo.toml

14 lines
222 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"
2023-05-24 21:41:11 +00:00
[build-dependencies]
reqwest = { version = "0.11", features = ["blocking", "cookies"] }