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"