advent-2022-rust/Cargo.toml
2023-02-07 21:16:55 +01:00

13 lines
237 B
TOML

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