summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-05 00:03:02 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-05 00:03:02 +0200
commit3d1a9640016ee8c065ab49d0060d6cd0c3325aad (patch)
treeb95985ba4f99ec289ac0ab0b4ffc9ec16fbc191a /Cargo.toml
parentefbf5a4ef9296ef0ae20876a002f7fd0570ad6e8 (diff)
Day 3: It's clunky in parts but it solves the problem
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18b5ff5..937d8e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2018"
[dependencies]
structopt = "0.3.5"
derive_more = "0.99.2"
-im = "14.0.0" \ No newline at end of file
+im = "14.0.0"
+rpds = "0.7.0" \ No newline at end of file