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

8 lines
141 B
TOML
Raw Normal View History

2018-12-18 17:08:23 -05:00
[package]
name = "day12"
version = "0.1.0"
authors = ["Andrew Coleman <penguincoder@gmail.com>"]
edition = "2018"
[dependencies]
regex = "1"