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