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:
parent
341261584a
commit
3a57696b46
1 changed files with 7 additions and 0 deletions
|
|
@ -37,6 +37,13 @@ thiserror = "1"
|
||||||
# Android log integration — `log::info!()` ends up in `adb logcat -s strawcore`.
|
# Android log integration — `log::info!()` ends up in `adb logcat -s strawcore`.
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
android_logger = { version = "0.14", default-features = false }
|
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]
|
[build-dependencies]
|
||||||
uniffi = { version = "0.28", features = ["build"] }
|
uniffi = { version = "0.28", features = ["build"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue