advent-of-code-2022/Cargo.toml
2023-10-12 11:28:42 +01:00

11 lines
227 B
TOML

[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"
itertools = "0.11.0"