advent-of-code/2018/Cargo.toml
2018-12-05 08:07:29 +11:00

9 lines
165 B
TOML

[package]
name = "advent-of-code"
version = "0.1.0"
authors = ["Wesley Moore <wes@wezm.net>"]
[dependencies]
chrono = "0.4.6"
lazy_static = "1.2.0"
regex = "1.1.0"