summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-12 09:14:26 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-12 09:14:26 +0100
commit1663131fb135abf96e4e68a5f872d5cb282ec5e5 (patch)
treea262d485b982531f2a64336039c880c69b0484d3 /crates/wasm-testsuite/Cargo.toml
parentcdf44f4852ed6f52deb9823331f26e0bbaf07732 (diff)
docs: update documentation
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/wasm-testsuite/Cargo.toml')
-rw-r--r--crates/wasm-testsuite/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/wasm-testsuite/Cargo.toml b/crates/wasm-testsuite/Cargo.toml
index 68f2355..30a4e58 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -2,8 +2,9 @@
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
-license.workspace=true
authors.workspace=true
repository.workspace=true