From 920704ee724ec1b7062a9755757767f997234909 Mon Sep 17 00:00:00 2001 From: spinline Date: Wed, 11 Feb 2026 19:51:50 +0300 Subject: [PATCH] chore: add gloo-console dependency for direct logging --- frontend/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index db749a2..2092e69 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -17,6 +17,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" gloo-net = "0.6" gloo-timers = { version = "0.3", features = ["futures"] } +gloo-console = "0.3" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" uuid = { version = "1", features = ["v4", "js"] }