about summary refs log tree commit diff
path: root/corp/rih/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-02T20·43+0300
committertazjin <tazjin@tvl.su>2023-06-06T11·43+0000
commit6fa6f3a7f4a72a74ce495609646d2dae3789cde3 (patch)
treeb5a673931267da0ad6682f0d9ae05567dba5cc58 /corp/rih/Cargo.toml
parent20a671036586088578952f4958440f246decb06e (diff)
feat(corp/rih): submit form data to backend r/6236
Change-Id: I0c74deea8debf9acbcf6eabf225969dbfe9cc34c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8703
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'corp/rih/Cargo.toml')
-rw-r--r--corp/rih/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"