* General Cargo.toml cleanup. - Remove travis-ci attributes. - Remove "experimental" badges from actively-developed crates. - Reflow some long lines. - Use dependency features consistently. - Add readme attributes * Update WASI to the latest trunk. This notably adds a .gitignore file for the WASI directory.
13 lines
223 B
TOML
13 lines
223 B
TOML
[package]
|
|
name = "wasi-misc-tests"
|
|
version = "0.1.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
libc = "0.2.65"
|
|
wasi = "0.7.0"
|
|
more-asserts = "0.2.1"
|