summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-24 00:16:53 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-24 00:16:53 +0200
commit8039de357a6e8e0e5d4c303ba56b18c57521e60e (patch)
tree6dcbe184f63d858fbdbec88c15f66af24b382296 /Cargo.toml
parent5855df0f0d28531bd00709dfb8e2ee7303c22da0 (diff)
Day 16: Horendously expensive computation...
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3ec006..0b84c43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ im = "14.0.0"
rpds = "0.7.0"
archery = "0.3.0"
num = "0.2"
+rayon = "1.3.0"
[profile.release]
debug = true