From e99a4b4f231f7b5068f114501a75f5a675508576 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Fri, 23 Jun 2023 21:22:37 +0200 Subject: [PATCH] ignore test resources --- article_scraper/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/article_scraper/Cargo.toml b/article_scraper/Cargo.toml index 1e1573b..5ff0bac 100644 --- a/article_scraper/Cargo.toml +++ b/article_scraper/Cargo.toml @@ -8,6 +8,7 @@ description = "Scrap article contents from the web. Powered by fivefilters full repository = "https://gitlab.com/news-flash/article_scraper" readme = "../Readme.md" keywords = ["article", "scrape", "full-text", "readability"] +exclude = ["resources/tests"] [dependencies] thiserror = "1.0"