From a56193bab4739b74cb7786351659b2c597940685 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 25 Jan 2023 01:38:00 +0300 Subject: chore: install rand module --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 510ad97..f8eb87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] num_enum = "0.5.7" +rand = "0.8.5" [[bench]] name = "perft" -- cgit v1.2.3