Add missing dependencies
This commit is contained in:
@@ -10,5 +10,11 @@ categories = ["gui", "wasm", "web-programming"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
yew = { version="0.20", features=["csr"] }
|
yew = { version="0.20", features=["csr"] }
|
||||||
board-shared = { path = "../board-shared" }
|
board-shared = { path = "../board-shared" }
|
||||||
|
board-network = { path = "../board-network" }
|
||||||
gloo-dialogs = "0.1.1"
|
gloo-dialogs = "0.1.1"
|
||||||
getrandom = { version = "0.2.8", features = ["js"] }
|
getrandom = { version = "0.2.8", features = ["js"] }
|
||||||
|
gloo-net = "0.2.6"
|
||||||
|
futures = "0.3.26"
|
||||||
|
serde_json = "1.0.93"
|
||||||
|
gloo-utils = "0.1.6"
|
||||||
|
web-sys = "0.3.61"
|
||||||
|
Reference in New Issue
Block a user