[package] name = "hemx-client-local-example" version.workspace = true edition.workspace = true publish = false [lib] crate-type = ["cdylib", "rlib"] [dependencies] hemx = { path = "../../hemx", features = ["client"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] hemplate = { path = "../../../hemplate/hemplate" } [build-dependencies] hemx-build = { path = "../../hemx-build" }