From c51f0fd7317662430bec042b6335737b0da4011a Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sun, 23 Apr 2023 16:47:02 +0200 Subject: [PATCH] cargo.toml metadata --- article_scraper/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/article_scraper/Cargo.toml b/article_scraper/Cargo.toml index 3d26507..49dbc70 100644 --- a/article_scraper/Cargo.toml +++ b/article_scraper/Cargo.toml @@ -4,8 +4,10 @@ version = "2.0.0-alpha.0" authors = ["Jan Lukas Gernert "] edition = "2018" 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" +readme = "../Readme.md" +keywords = ["article", "scrape", "full-text", "readability"] [dependencies] thiserror = "1.0"