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"] }