Files
adventofcode/2018/Cargo.toml
Bert Peters 3d68f20097 Slightly more efficient and compact code.
This version loops the input twice, first to build the claims, and then
to check whether they have been claimed more than once.
2018-12-05 09:53:42 +01:00

11 lines
175 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"
itertools = "0.7.11"