1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00

ignore test resources

This commit is contained in:
Jan Lukas Gernert 2023-06-23 21:22:37 +02:00
parent a7983e873d
commit e99a4b4f23

View file

@ -8,6 +8,7 @@ description = "Scrap article contents from the web. Powered by fivefilters full
repository = "https://gitlab.com/news-flash/article_scraper" repository = "https://gitlab.com/news-flash/article_scraper"
readme = "../Readme.md" readme = "../Readme.md"
keywords = ["article", "scrape", "full-text", "readability"] keywords = ["article", "scrape", "full-text", "readability"]
exclude = ["resources/tests"]
[dependencies] [dependencies]
thiserror = "1.0" thiserror = "1.0"