summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-04-12 21:48:06 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-04-12 21:48:06 +0200
commit1c3cf1cc0dd2cb592c6535379b61688d4b90b430 (patch)
tree4ca3cb0c1db3f956268a8e819492e95b948706cd /Cargo.toml
parent1f6b6369b8bdba5a1791b54d30e0a138fdac59ba (diff)
Added random bug generation
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 fa8d4bd..5b2b4ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ build = "build.rs"
[dependencies]
gate = { path = "../gate/gate" }
+rand = "0.4"
[build-dependencies]
gate_build = { path = "../gate/gate_build" }