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

[dependencies]
im-rc = "12.2.0"

[profile.release]
debug = true