vc=56 fixup: actually add reqwest+quick-xml+futures to Cargo.toml

Earlier Edit's old_string didn't match the file shape so the dep
additions never landed. Re-adding properly after android_logger.
This commit is contained in:
Kayos 2026-05-26 10:46:26 -07:00
parent 341261584a
commit 3a57696b46

View file

@ -37,6 +37,13 @@ thiserror = "1"
# Android log integration — `log::info!()` ends up in `adb logcat -s strawcore`.
log = "0.4"
android_logger = { version = "0.14", default-features = false }
# vc=56 — subscription RSS feed fan-out. reqwest dedupes against
# strawcore-core's already-pulled reqwest; quick-xml is small (~200KB);
# futures for buffer_unordered. rustls-tls avoids the NDK openssl headers
# headache.
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip"] }
quick-xml = "0.36"
futures = "0.3"
[build-dependencies]
uniffi = { version = "0.28", features = ["build"] }