From a87ccbb43b99432d7468ff7e294cdfb23a48861f Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 25 Oct 2022 01:41:32 +0200 Subject: Crawler: Shuffle crawled urls --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9282a8a..c10b6ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,6 +414,7 @@ version = "0.1.0" dependencies = [ "async-channel", "itertools", + "rand 0.7.3", "reqwest", "scraper", "serde", -- cgit 1.4.1