Files
wasmtime/Cargo.toml
Jakub Konka 19a4f00752 Set up CI, add format and test scripts.
Remove unused Cargo dependencies.
2019-05-08 07:39:54 +02:00

22 lines
448 B
TOML

[package]
name = "wasi-common"
version = "0.1.0"
authors = [
"Adam C. Foltzer <acfoltzer@fastly.com>",
"Frank Denis <github@pureftpd.org>",
"Jakub Konka <kubkon@jakubkonka.com>",
"Dan Gohman <sunfish@mozilla.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
cast = "0.2"
failure = "0.1"
libc = "0.2"
nix = "0.13"
rand = "0.6"
[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]