mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
15 lines
296 B
TOML
15 lines
296 B
TOML
[package]
|
|
name = "generate-wasi-tests"
|
|
version = "0.17.0"
|
|
description = "Tests for our WASI implementation"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
glob = "0.3"
|
|
tempfile = "3"
|
|
serde = "1"
|
|
serde_json = "1"
|