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

got back to stable libxml

This commit is contained in:
Jan Lukas Gernert 2020-01-26 17:34:47 +01:00
parent 8025e8f004
commit 2cac8a2678

View file

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
failure = "0.1"
libxml = { git = "https://github.com/KWARC/rust-libxml.git" }
libxml = "0.2"
reqwest = { version = "0.10", features = ["json", "native-tls"] }
tokio = { version = "=0.2", features = ["macros"] }
url = "2.1"