Files
aoc_2018/Cargo.toml
2023-05-26 22:23:19 +02:00

13 lines
237 B
TOML

[package]
name = "aoc_2018"
version = "0.1.0"
authors = ["Johannes <jschaef@mail.uni-paderborn.de>"]
edition = "2021"
[dependencies]
regex = "1.1.0"
chrono = "0.4.6"
itertools = "0.7.11"
gcd = "1.1.0"
lazy_static = "1.2.0"
bmp = "0.5.0"