1
0
Fork 0
advent-of-code/2018/day5/Cargo.toml

9 lines
142 B
TOML
Raw Permalink Normal View History

2018-12-08 09:25:42 -05:00
[package]
name = "day5"
version = "0.1.0"
authors = ["Andrew Coleman <penguincoder@gmail.com>"]
[dependencies]
lazy_static = "1"
regex = "1"