about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 63e25f0..6f48c0b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -617,7 +617,10 @@ name = "frontend"
 version = "0.1.0"
 dependencies = [
  "gloo 0.8.0",
+ "gloo-net",
+ "serde",
  "wasm-bindgen",
+ "wasm-bindgen-futures",
  "web-sys",
  "yew",
 ]