mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-26 14:17:45 +00:00
Re-add scraper notice I removed
This commit is contained in:
parent
6f11530e6f
commit
a479a9dffc
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ cxx-qt-build = { version = "0.7", features = ["link_qt_object_files"], default-f
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Used to scrape the Lodestone HTML pages
|
# Used to scrape the Lodestone HTML pages
|
||||||
scraper = { version ="0.20" }
|
# NOTE: Do not upgrade to 0.21, as it crashes in WebAssembly for some reason. Report this upstream.
|
||||||
|
scraper = { version = "0.20" }
|
||||||
|
|
||||||
# Used to serialize the JSON data we export
|
# Used to serialize the JSON data we export
|
||||||
serde = { version = "1.0", features = ["derive"], default-features = false }
|
serde = { version = "1.0", features = ["derive"], default-features = false }
|
||||||
|
|
Loading…
Add table
Reference in a new issue