mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
first release
This commit is contained in:
parent
23514aff9e
commit
f6d021b67b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "article_scraper"
|
name = "article_scraper"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
|
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@ regex = "1.3"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
htmlescape = "0.3"
|
htmlescape = "0.3"
|
||||||
base64 = "0.11"
|
base64 = "0.12"
|
||||||
image = "0.22"
|
image = "0.23"
|
||||||
log = "0.4"
|
log = "0.4"
|
Loading…
Add table
Add a link
Reference in a new issue