Files
aoc_2018/Cargo.toml
Johannes Schaefer 32843531f8 take times
2018-12-05 15:15:18 +01:00

10 lines
171 B
TOML

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