summaryrefslogtreecommitdiff
path: root/2017/Cargo.toml
blob: d84b5bd67799699ee84fdeb3d23a7c01d43dd76f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "advent_of_code_2017"
version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]

[dependencies]
regex = "0.2.3"
lazy_static = "1.0.0"
structopt = "0.1.6"
structopt-derive = "0.1.6"