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