mathematical/web/Cargo.toml

9 lines
173 B
TOML
Raw Normal View History

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