diff --git a/bridge/Cargo.toml b/bridge/Cargo.toml index d191d79..ffc7e34 100644 --- a/bridge/Cargo.toml +++ b/bridge/Cargo.toml @@ -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"