advent-of-code-2022/Cargo.toml

11 lines
227 B
TOML
Raw Permalink Normal View History

2023-10-10 11:29:26 +00:00
[package]
name = "advent-of-code-2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
2023-10-12 10:28:42 +00:00
itertools = "0.11.0"