mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 08:05:31 +02:00
update thiserror, ftr-site-config submodule and bump version
This commit is contained in:
parent
7fcb781c68
commit
89eb87fa85
4 changed files with 22 additions and 14 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,6 +1,12 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
"article_scraper",
|
"article_scraper",
|
||||||
"article_scraper_cli",
|
"article_scraper_cli",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
version = "2.1.1"
|
||||||
|
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
|
||||||
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
repository = "https://gitlab.com/news-flash/article_scraper"
|
|
@ -1,17 +1,18 @@
|
||||||
[package]
|
[package]
|
||||||
name = "article_scraper"
|
name = "article_scraper"
|
||||||
version = "2.1.0"
|
|
||||||
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
|
|
||||||
edition = "2018"
|
|
||||||
license = "GPL-3.0-or-later"
|
|
||||||
description = "Scrap article contents from the web. Powered by fivefilters full text feed configurations & mozilla readability."
|
description = "Scrap article contents from the web. Powered by fivefilters full text feed configurations & mozilla readability."
|
||||||
repository = "https://gitlab.com/news-flash/article_scraper"
|
version.workspace = true
|
||||||
|
authors.workspace = true
|
||||||
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
readme = "../Readme.md"
|
readme = "../Readme.md"
|
||||||
keywords = ["article", "scrape", "full-text", "readability"]
|
keywords = ["article", "scrape", "full-text", "readability"]
|
||||||
exclude = ["resources/tests"]
|
exclude = ["resources/tests"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0"
|
thiserror = "2.0"
|
||||||
libxml = "0.3"
|
libxml = "0.3"
|
||||||
reqwest = { version = "0.12", features = ["json", "native-tls", "gzip", "brotli", "stream"] }
|
reqwest = { version = "0.12", features = ["json", "native-tls", "gzip", "brotli", "stream"] }
|
||||||
tokio = { version = "1", features = ["macros", "fs", "io-util"] }
|
tokio = { version = "1", features = ["macros", "fs", "io-util"] }
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e9112fc55800cae00ca70f4c38248a3ef4228861
|
Subproject commit ccde390b11893cbafdc84f74b449ddc3cc05c024
|
|
@ -1,11 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "article_scraper_cli"
|
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"
|
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]
|
[dependencies]
|
||||||
article_scraper = { path = "../article_scraper/" }
|
article_scraper = { path = "../article_scraper/" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue