mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
19 lines
321 B
TOML
19 lines
321 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.8"
|
|
|
|
[dev-dependencies]
|
|
bencher = "0.1.5"
|
|
|
|
[[bench]]
|
|
name = "days"
|
|
harness = false
|