vanten-s.com/Cargo.toml
vanten-s ba6022747f
Some checks failed
/ build (push) Failing after 16s
Terminal implement typ
2024-12-18 11:17:29 +01:00

13 lines
248 B
TOML

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