]> git.proxmox.com Git - wasi-libc.git/blob - tools/wasi-headers/Cargo.toml
Improvements to wasi-headers tool (#160)
[wasi-libc.git] / tools / wasi-headers / Cargo.toml
1 [package]
2 name = "wasi-headers"
3 version = "0.0.1"
4 authors = ["Dan Gohman <sunfish@mozilla.com>", "Pat Hickey <phickey@fastly.com>"]
5 license = "Apache-2.0"
6 edition = "2018"
7 publish = false
8
9 [dependencies]
10 heck = "0.3.1"
11 witx = { path = "WASI/tools/witx" }
12 anyhow = "1.0.22"
13 clap = "2.23"
14
15 [dev-dependencies]
16 diff = "0.1.11"