2024-05-23 08:43:49 +00:00
|
|
|
[package]
|
|
|
|
name = "web"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-23 18:48:17 +00:00
|
|
|
math = { path = "../math" }
|
2024-05-23 08:43:49 +00:00
|
|
|
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|