advent-of-code/2018/Cargo.toml

11 lines
182 B
TOML
Raw Normal View History

2018-12-01 22:53:05 +00:00
[package]
name = "advent-of-code"
version = "0.1.0"
authors = ["Wesley Moore <wes@wezm.net>"]
2018-12-12 10:08:54 +00:00
edition = "2018"
2018-12-01 22:53:05 +00:00
[dependencies]
2018-12-04 21:07:29 +00:00
chrono = "0.4.6"
2018-12-04 20:11:20 +00:00
lazy_static = "1.2.0"
regex = "1.1.0"