blob: 0bb61fc37de1932ff1cd96974786672a466c1d6d (
plain)
[package]
name="wasm-testsuite"
version="0.4.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"
edition.workspace=true
authors.workspace=true
repository.workspace=true
rust-version.workspace=true
[lib]
path="lib.rs"
[package.metadata.workspaces]
independent=true
[dependencies]
rust-embed={version="8.4", features=["include-exclude"]}
|