40643e360d
req: client_local/001\nreq: client_local/004\nreq: client_local/005\nreq: client_local/009\nreq: client_local/010\nreq: client_local/014\nreq: v1_release/001
18 lines
394 B
TOML
18 lines
394 B
TOML
[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" }
|