summaryrefslogtreecommitdiffhomepage
path: root/src/rust/unit-wasm-sys/Cargo.toml
blob: 427fd3c180d050469490ba14432a6dbd59227f51 (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.2.0"
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"