From c53d50f16506b4d131f4877ea183ca4990c66135 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 17 Mar 2020 23:42:32 +0100 Subject: [PATCH] project: add rand dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 81861c8..b184e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ path = "src/main.rs" bvh = "0.3.2" derive_more = "0.99.3" image = "0.23.0" +rand = "0.7"