Include a serde feature in the shared crate

This commit is contained in:
2024-03-23 13:36:28 +01:00
parent 3d93bf0fda
commit f1962503b8
22 changed files with 134 additions and 281 deletions

View File

@@ -8,13 +8,13 @@ categories = ["gui", "wasm", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yew = { version="0.20", features=["csr"] }
yew = { version = "0.21.0", features=["csr"] }
board-shared = { path = "../board-shared" }
board-network = { path = "../board-network" }
gloo-dialogs = "0.1.1"
gloo-dialogs = "0.2.0"
getrandom = { version = "0.2.8", features = ["js"] }
gloo-net = "0.2.6"
gloo-net = "0.5.0"
futures = "0.3.26"
serde_json = "1.0.93"
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
web-sys = "0.3.61"