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

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