From 40352318ad887ad0bab7c9a3d22695bbcbe9f738 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 22 Aug 2025 11:39:14 -0400 Subject: start hooking the web ui up to rust --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6dbff64..c438aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ edition = "2024" crate-type = ["cdylib"] [dependencies] +console_log = "1.0" +log = "0.4" wasm-bindgen = "0.2" [dependencies.web-sys] -- cgit v1.3