advent-2022-rust/Cargo.toml
2023-07-30 16:42:17 +02:00

12 lines
213 B
TOML

[package]
name = "advent2022"
version = "1.0.0"
authors = ["Ruediger Ludwig <github@savinien.de>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
itertools = "0.11"
num-traits = "0.2"
thiserror = "1.0"
nom = "7"