summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
blob: d071e14cda3a76c3bd561e6acc210c7ffdd303f0 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "aoc-2018"
version = "0.1.0"
authors = ["tomsmeding <tom.smeding@gmail.com>"]

[dependencies]
argparse = "0.2.2"
regex = "1"
lazy_static = "1.2.0"