13 lines
237 B
TOML
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.11"
|
|
lazy_static = "1.4"
|
|
num-traits = "0.2"
|
|
regex = "1.7"
|
|
thiserror = "1.0"
|