From 2f310f54829cb368f407373eb95cd4512992ba9e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 4 Sep 2022 16:36:35 -0400 Subject: Extract card logic into a separate file --- webapp/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webapp/Cargo.toml') diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 9abb154..c179533 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -8,3 +8,6 @@ yew = "0.19" console_error_panic_hook = "0.1" wasm-logger = "0.2" log = "0.4" +strum = "0.24" +strum_macros = "0.24" +rand = "0.8" -- cgit v1.2.3