You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
608 B

[package]
name = "board-frontend"
version = "0.1.0"
edition = "2021"
description = "A web app built with Yew"
keywords = ["yew", "trunk"]
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"] }
board-shared = { path = "../board-shared" }
board-network = { path = "../board-network" }
gloo-dialogs = "0.1.1"
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"