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

8 lines
140 B
TOML
Raw Normal View History

2018-12-13 18:35:31 -05:00
[package]
name = "day9"
version = "0.1.0"
authors = ["Andrew Coleman <penguincoder@gmail.com>"]
edition = "2018"
[dependencies]
regex = "1"