advent-of-code-2018/Cargo.toml

18 lines
268 B
TOML
Raw Permalink Normal View History

2018-12-12 05:04:49 +00:00
[package]
name = "advent-of-code-2018"
version = "0.1.0"
authors = ["Tyler Hallada <tyler@hallada.net>"]
edition = "2018"
[dependencies]
2018-12-15 22:52:48 +00:00
chrono = "0.4"
2018-12-20 05:21:04 +00:00
lazy_static = "1.2.0"
2018-12-15 07:53:53 +00:00
regex = "1"
2019-08-04 22:54:11 +00:00
[dev-dependencies]
criterion = "0.2"
[[bench]]
name = "day_11"
harness = false