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

first release

This commit is contained in:
Jan Lukas Gernert 2020-04-28 02:33:25 +02:00
parent 23514aff9e
commit f6d021b67b

View file

@ -1,6 +1,6 @@
[package]
name = "article_scraper"
version = "0.1.0"
version = "1.0.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2018"
@ -14,6 +14,6 @@ regex = "1.3"
encoding_rs = "0.8"
chrono = "0.4"
htmlescape = "0.3"
base64 = "0.11"
image = "0.22"
base64 = "0.12"
image = "0.23"
log = "0.4"