advent-of-code-2019/day14/Cargo.toml

12 lines
260 B
TOML
Raw Normal View History

2020-01-15 06:08:26 +00:00
[package]
name = "day14"
version = "0.1.0"
authors = ["Tyler Hallada <tyler@hallada.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
regex = "1.3.3"