started development
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "chatapp-frontend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
yew = { version = "0.21", features = ["csr"] }
|
||||
yew-router = "0.18"
|
||||
gloo = { version = "0.10", features = ["futures", "storage"] }
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
gloo-net = "0.4"
|
||||
web-sys = { version = "0.3", features = [
|
||||
"WebSocket",
|
||||
"MessageEvent",
|
||||
"ErrorEvent",
|
||||
"Event",
|
||||
"CloseEvent",
|
||||
"Window",
|
||||
"Location",
|
||||
"History"
|
||||
]}
|
||||
futures = "0.3"
|
||||
chrono = "0.4"
|
||||
Reference in New Issue
Block a user