From 137ebf4a5a7f2d2872d999e0ec4347dffa94f84c Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Thu, 25 Mar 2021 00:11:28 +0800 Subject: [PATCH] Add rand crate to dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 48a32ccd..6eac15f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ fpe = "0.4" group = "0.9" rand = "0.8" nonempty = "0.6" +rand = "0.8" subtle = "2.3" [dependencies.halo2]