summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/wasm-testsuite/Cargo.toml')
-rw-r--r--crates/wasm-testsuite/Cargo.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/crates/wasm-testsuite/Cargo.toml b/crates/wasm-testsuite/Cargo.toml
deleted file mode 100644
index 46df77f..0000000
--- a/crates/wasm-testsuite/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[package]
-name="wasm-testsuite"
-version="0.6.0-alpha.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"]}