summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c5937b02d5c46118f38ac4debfed3aef1cf67123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "aoc2019"
version = "0.1.0"
authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2018"

[dependencies]
structopt = "0.3.5"
derive_more = "0.99.2"
derivative = "1.0.3"
im = "14.0.0"
rpds = "0.7.0"
archery = "0.3.0"
num = "0.2"
rayon = "1.3.0"
cached = "0.11.0"

[profile.release]
debug = true