[package] name = "unit-wasm" version = "0.1.2" authors = ["Timo Stark ", "Andrew Clayton "] description = "WASM SDK for NGINX Unit" license = "Apache-2.0" keywords = ["nginx", "unit", "wasm", "wasi"] [lib] crate-type = ["rlib"] path = "src/lib.rs" [dependencies] unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.4" }