13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
name = "mathematical-web"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mathematical = { git = "https://git.obamna.ru/erius/mathematical" }
|
|
num = "0.4.3"
|
|
log = "0.4.21"
|
|
wasm-bindgen = "0.2.92"
|
|
wasm-logger = "0.2.0"
|
|
web-sys = "0.3.69"
|
|
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|