vanten-s.com/Cargo.toml

13 lines
248 B
TOML
Raw Normal View History

2024-12-18 11:17:29 +01:00
[package]
name = "vanten-s"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.22"
wasm-logger = "0.2.0"
web-sys = "0.3.76"
# this is the development version of Yew
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }