summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
blob: 68f23558b4a874afe304987195f85c0559cd3a97 (plain)
[package]
name="wasm-testsuite"
version="0.1.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
edition.workspace=true
license.workspace=true
authors.workspace=true
repository.workspace=true

[lib]
path="lib.rs"

[package.metadata.workspaces]
independent=true

[dependencies]
rust-embed={version="8.1.0", features=["include-exclude"]}