blob: 30a4e582d77b882bf9f5781b5683f6f91d57258f (
plain)
[package]
name="wasm-testsuite"
version="0.1.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
[lib]
path="lib.rs"
[package.metadata.workspaces]
independent=true
[dependencies]
rust-embed={version="8.1.0", features=["include-exclude"]}
|