about summary refs log blame commit diff
path: root/frontend/Cargo.toml
blob: 106b818486bdbc68aafa7c335618f28149a3c09d (plain) (tree)
1
2
3
4
5
6
7
8
         
                 





                                                                                                


                  


                                                        

                            
[package]
name = "frontend"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yew = "0.19"
gloo = "0.8.0"
web-sys = "0.3.60"
wasm-bindgen = "0.2.83"
gloo-net = "0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
wasm-bindgen-futures = "0.4"
itertools = "0.10.5"