diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-02T20·43+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-06T11·43+0000 |
commit | 6fa6f3a7f4a72a74ce495609646d2dae3789cde3 (patch) | |
tree | b5a673931267da0ad6682f0d9ae05567dba5cc58 /corp/rih/Cargo.toml | |
parent | 20a671036586088578952f4958440f246decb06e (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/corp/rih/Cargo.toml b/corp/rih/Cargo.toml index 2dd8cb7b97ad..1ef53bb5d3f6 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" |