summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-26 16:52:34 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-26 16:52:34 +0200
commitf5f3547a30427c0c0c96fa657af1b62fa68aedce (patch)
treea091530946fec3f9d6db97d28a47a30cf48f1264 /Cargo.toml
parent7b994344a3fe38fa0e59109070be169ceeda06e1 (diff)
Day 19: Tractor beam!
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 0b84c43..a5c6e6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ rpds = "0.7.0"
archery = "0.3.0"
num = "0.2"
rayon = "1.3.0"
+cached = "0.11.0"
[profile.release]
debug = true