3807306158
Route browser/PWA share and native-shell haptic host results through techdemo app code before returning normal hemx effects; serve the tiny browser host adapter as an app asset. req: host/001 req: host/002 req: host/004 req: host/005 req: examples/001
26 lines
586 B
TOML
26 lines
586 B
TOML
[package]
|
|
name = "hemx-techdemo"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
axum = "0.7"
|
|
futures-util = "0.3"
|
|
hemplate = { path = "../../../hemplate/hemplate" }
|
|
hemx = { path = "../../hemx" }
|
|
hemx-axum = { path = "../../hemx-axum" }
|
|
hemx-host = { path = "../../hemx-host" }
|
|
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "time"] }
|
|
|
|
[dev-dependencies]
|
|
scraper = "0.23"
|
|
hemx-test = { path = "../../hemx-test" }
|
|
thirtyfour = "0.35"
|
|
|
|
[build-dependencies]
|
|
hemx-build = { path = "../../hemx-build" }
|