13 lines
248 B
TOML
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"] }
|
|
|