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

cargo.toml metadata

This commit is contained in:
Jan Lukas Gernert 2023-04-23 16:47:02 +02:00
parent 1695e33f9e
commit c51f0fd731

View file

@ -4,8 +4,10 @@ version = "2.0.0-alpha.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"] authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2018" edition = "2018"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
description = "Scrap article contents from the web. Powered by fivefilters full text feed configurations." description = "Scrap article contents from the web. Powered by fivefilters full text feed configurations & mozilla readability."
repository = "https://gitlab.com/news-flash/article_scraper" repository = "https://gitlab.com/news-flash/article_scraper"
readme = "../Readme.md"
keywords = ["article", "scrape", "full-text", "readability"]
[dependencies] [dependencies]
thiserror = "1.0" thiserror = "1.0"