1
Fork 0
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:
Joshua Goins 2025-03-10 19:09:00 -04:00
parent 6f11530e6f
commit a479a9dffc

View file

@ -17,7 +17,8 @@ cxx-qt-build = { version = "0.7", features = ["link_qt_object_files"], default-f
[dependencies]
# 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
serde = { version = "1.0", features = ["derive"], default-features = false }