From c48a13265e5d533ffc90215c3263a1e6bdca68be Mon Sep 17 00:00:00 2001 From: kirbylife Date: Wed, 13 Nov 2019 01:17:24 -0600 Subject: [PATCH] added the library rand --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c97c1a1..1be6c16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" rocket = "0.4.2" diesel = { version = "1.0.0", features = ["postgres", "sqlite"] } dotenv = "0.9.0" +rand = "0.6.0" [dependencies.rocket_contrib] version = "0.4.2"