summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
blob: 33eca2508ccad38f7239447b543a427294b6e647 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"
rand = "0.6.1"