advent-2022-rust/Cargo.toml
2023-07-26 22:09:11 +02:00

14 lines
262 B
TOML

[package]
name = "advent2022"
version = "1.0.0"
authors = ["Ruediger Ludwig <github@savinien.de>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
const_format = "0.2.31"
itertools = "0.11"
num-traits = "0.2"
once_cell = "1.18.0"
regex = "1.7"
thiserror = "1.0"