mathematical/web/Cargo.toml

8 lines
173 B
TOML

[package]
name = "web"
version = "0.1.0"
edition = "2021"
[dependencies]
math = { path = "../math" }
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }