summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 937d8e7a509686b8ee781e20b331880887267d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "advent-of-code-2019"
version = "0.1.0"
authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2018"

[dependencies]
structopt = "0.3.5"
derive_more = "0.99.2"
im = "14.0.0"
rpds = "0.7.0"