summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-12-18 07:46:55 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-12-18 07:46:55 +0200
commit755c1205346e28af951e375cd8c42875c87c6d82 (patch)
tree88feb544cbb63238959e115930302421e943748d /Cargo.toml
parente38811bbc629561cf8e40095aedaef108910e2cf (diff)
Day 18: Game of tree-life
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 6ba7437..b1342d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Justin Worthe <justin@worthe-it.co.za>"]
[dependencies]
im-rc = "12.2.0"
+arrayvec = "0.4.9"
[profile.release]
debug = true