17 lines
292 B
TOML
17 lines
292 B
TOML
![]() |
[package]
|
||
|
name = "frontend"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
repository.workspace = true
|
||
|
authors.workspace = true
|
||
|
readme.workspace = true
|
||
|
publish.workspace = true
|
||
|
|
||
|
[dev-dependencies]
|
||
|
wasm-bindgen-test = "0.3.19"
|
||
|
|
||
|
[dependencies]
|
||
|
zoon.workspace = true
|
||
|
wellen.workspace = true
|
||
|
|