Files
aoc_2018/Cargo.toml
2023-11-12 12:36:02 +01:00

13 lines
239 B
TOML

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