Files
adventofcode/2018/Cargo.toml
Bert Peters 9b04e3b2c9 Implement day 9 part 2.
Linked lists in rust are a pain, but we got there.
2018-12-09 10:57:47 +01:00

13 lines
277 B
TOML

[package]
name = "aoc-2018"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
description = "Implementation of the problems of Advent of Code 2018"
[dependencies]
clap = "2.32"
regex = "1.1.0"
chrono = "0.4.6"
itertools = "0.7.11"
intrusive-collections = "0.7.8"