Files
adventofcode/2018/Cargo.toml
Bert Peters 1e51012d5e Implement day 4.
Nice code-reuse between 1 and 2. I'm not accustomed to this.
2018-12-04 13:41:45 +01:00

10 lines
154 B
TOML

[package]
name = "aoc-2018"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
[dependencies]
clap = "2.32"
regex = "1.1.0"
chrono = "0.4.6"