* Update tracing-core to a version which doesn't depend on lazy-static. * Update crossbeam-utils to a version that doesn't depend on lazy-static. * Update crossbeam-epoch to a version that doesn't depend on lazy-static. * Update clap to a version that doesn't depend on lazy-static. * Convert Wasmtime's own use of lazy_static to once_cell. * Make `GDB_REGISTRATION`'s comment a doc comment. * Fix compilation on Windows.
19 lines
431 B
TOML
19 lines
431 B
TOML
[package]
|
|
name = "wasi-tests"
|
|
version = "0.19.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
readme = "README.md"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
libc = "0.2.65"
|
|
wasi = "0.10.2"
|
|
more-asserts = "0.2.1"
|
|
once_cell = "1.12.0"
|
|
|
|
# This crate is built with the wasm32-wasi target, so it's separate
|
|
# from the main Wasmtime build, so use this directive to exclude it
|
|
# from the parent directory's workspace.
|
|
[workspace]
|