fix: add blocking feature to reqwest dependency in Cargo.toml

This commit is contained in:
MayaTheShy
2025-11-08 23:29:31 -05:00
parent f0cf79d32a
commit 027e52a5d5

View File

@@ -15,6 +15,7 @@ zbus = { version = "5.5.0", features = ["tokio"] }
serde = { version = "1.0", features = ["derive"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dirs = "5.0"
reqwest = { version = "0.12", features = ["blocking"] }
[dependencies.stardust-xr-asteroids]
git = "https://github.com/StardustXR/asteroids.git"