advent-of-code-2018/Cargo.toml

10 lines
165 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-15 07:53:53 +00:00
regex = "1"