mathematical-web/Cargo.toml

14 lines
320 B
TOML
Raw Permalink Normal View History

[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"] }