From 6fa6f3a7f4a72a74ce495609646d2dae3789cde3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 2 Jun 2023 23:43:52 +0300 Subject: feat(corp/rih): submit form data to backend Change-Id: I0c74deea8debf9acbcf6eabf225969dbfe9cc34c Reviewed-on: https://cl.tvl.fyi/c/depot/+/8703 Tested-by: BuildkiteCI Reviewed-by: tazjin --- corp/rih/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'corp/rih/Cargo.toml') diff --git a/corp/rih/Cargo.toml b/corp/rih/Cargo.toml index 2dd8cb7b97..1ef53bb5d3 100644 --- a/corp/rih/Cargo.toml +++ b/corp/rih/Cargo.toml @@ -16,6 +16,7 @@ serde_json = "1.0" serde_urlencoded = "*" # pinned by yew yew = { version = "0.20", features = ["csr"] } yew-router = "0.17" +wasm-bindgen-futures = "0.4" # needs to be in sync with nixpkgs wasm-bindgen = "= 0.2.84" -- cgit 1.4.1