diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-27T11·04+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-07-27T21·54+0000 |
commit | d795a05c0719dd75b67327cb7cfdaaf6aded16dd (patch) | |
tree | 1fdb4464690e39c254034a1b7498c48322067ae3 /users/tazjin/predlozhnik/Cargo.toml | |
parent | 38d01f7f3b3f5679e704456fe3ec51c768a7a052 (diff) |
feat(tazjin/predlozhnik): bootstrap yew/wasm-based web UI r/4325
this commit is mostly to figure out hwo to build a yew application in depot using the wasm toolchain. it's a bit finnicky, but could be a lot worse. Change-Id: I7804a774f1686a1f308ae1a3f549cd0ae7b5dbeb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5980 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/predlozhnik/Cargo.toml')
-rw-r--r-- | users/tazjin/predlozhnik/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/tazjin/predlozhnik/Cargo.toml b/users/tazjin/predlozhnik/Cargo.toml index 316ed717ebba..a47503533b14 100644 --- a/users/tazjin/predlozhnik/Cargo.toml +++ b/users/tazjin/predlozhnik/Cargo.toml @@ -6,3 +6,7 @@ edition = "2021" [dependencies] maplit = "1.0" lazy_static = "1.4" +yew = "0.19" + +# needs to be in sync with nixpkgs +wasm-bindgen = "= 0.2.81" |