2024-05-27 19:24:46 +00:00
|
|
|
[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]
|
2024-06-01 17:39:19 +00:00
|
|
|
shared.workspace = true
|
2024-05-27 19:24:46 +00:00
|
|
|
zoon.workspace = true
|
|
|
|
wellen.workspace = true
|
|
|
|
|
2024-06-01 17:39:19 +00:00
|
|
|
[features]
|
|
|
|
platform_browser = []
|
|
|
|
platform_tauri = []
|
|
|
|
|