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

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