From e318a38e3913f6a1c8fe46c12d8ddcdc5b0503e1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 30 Oct 2022 15:34:46 +0100 Subject: Frontend: Move app-specific code to app.rs --- crawler/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crawler') diff --git a/crawler/src/main.rs b/crawler/src/main.rs index a3dc06b..ce9943f 100644 --- a/crawler/src/main.rs +++ b/crawler/src/main.rs @@ -124,6 +124,7 @@ async fn crawl_url(http_client: &Client, url: &str) -> Result<(String, Vec