Files
aoc_2018/Cargo.toml
Johannes Schaefer cd16a42821 push to edition 2018
2018-12-07 09:53:18 +01:00

11 lines
188 B
TOML

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