diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
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", ] |