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

update thiserror, ftr-site-config submodule and bump version

This commit is contained in:
Jan Lukas Gernert 2025-01-17 02:55:59 +01:00
parent 7fcb781c68
commit 89eb87fa85
4 changed files with 22 additions and 14 deletions

View file

@ -1,11 +1,12 @@
[package]
name = "article_scraper_cli"
version = "2.1.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "Cli to use the article_scraper lib"
repository = "https://gitlab.com/news-flash/article_scraper"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
article_scraper = { path = "../article_scraper/" }