From 1c3cf1cc0dd2cb592c6535379b61688d4b90b430 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 12 Apr 2018 21:48:06 +0200 Subject: Added random bug generation --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3