From ca37b1757a92e7b85fc434474642d1506dcd86a3 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 4 Sep 2022 13:16:01 -0400 Subject: Add playing card representation --- Cargo.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 526e714..4fbc561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,6 +400,17 @@ version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" +[[package]] +name = "wasm-logger" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718" +dependencies = [ + "log", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "web-sys" version = "0.3.59" @@ -414,6 +425,9 @@ dependencies = [ name = "webapp" version = "0.1.0" dependencies = [ + "console_error_panic_hook", + "log", + "wasm-logger", "yew", ] -- cgit v1.2.3