blob: 9e7f9482ae5d8cedc3f45dfe42466a9575b01684 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "unit-wasm-sys"
version = "0.1.2"
edition = "2021"
authors = ["Timo Stark <t.stark@nginx.com>", "Andrew Clayton <a.clayton@nginx.com>"]
links = "unit-wasm"
description = "Native bindings for the libunit-wasm C API"
license = "Apache-2.0"
keywords = ["nginx", "unit", "ffi", "sys"]
[lib]
name = "unit_wasm_sys"
path = "lib.rs"
crate-type = ["staticlib", "rlib"]
[build-dependencies]
bindgen = "0.66.1"
|