23 lines
593 B
TOML
23 lines
593 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"
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(FASTWAVE_PLATFORM)'] }
|
|
|
|
[dependencies]
|
|
unicode-segmentation = "1.10"
|
|
zoon.workspace = true
|
|
wellen.workspace = true
|
|
shared = { path = "../shared", features = ["frontend"] }
|
|
web-sys = { version = "*", features = ["FileSystemFileHandle"] }
|
|
gloo-file = { version = "0.3.0", features = ["futures"] }
|