summaryrefslogtreecommitdiffhomepage
path: root/src/rust/Cargo.toml
blob: 2e0bba2fb4b1487dc5bbcece8c4bd1ec498e9163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "unit-wasm"
version = "0.1.0"
authors = ["Timo Stark <t.stark@f5.com>", "Andrew Clayton <a.clayton@f5.com>"]
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.1" }