summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
blob: b1342d11a69a1183527a64b2735e55e7867668e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "advent_of_code_2018"
version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]

[dependencies]
im-rc = "12.2.0"
arrayvec = "0.4.9"

[profile.release]
debug = true