summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent1f6b6369b8bdba5a1791b54d30e0a138fdac59ba (diff)
Added random bug generation
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0eb28fa..b03a888 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,6 +40,7 @@ version = "0.1.0"
dependencies = [
"gate 0.2.1",
"gate_build 0.2.1",
+ "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]