summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-04-25 20:28:46 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-04-25 20:28:46 +0200
commitec9041a9526b52910aafac1f7c0acfc8215ac107 (patch)
treee87541ff0f442f137f4e5c797014bfa8311c6f3f /Cargo.toml
parent4978b4f27d7a0e6058d04e7184600bf835070a8b (diff)
Made the state object avoid any heap allocations
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 dd11915..0848b66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ serde = { version = "1.0.90", features = ["derive"] }
serde_json = "1.0.39"
rand = "0.6.5"
num-traits = "0.2.6"
+arrayvec = "0.4.10" \ No newline at end of file