From 1663131fb135abf96e4e68a5f872d5cb282ec5e5 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 12 Dec 2023 09:14:26 +0100 Subject: docs: update documentation Signed-off-by: Henry Gressmann --- crates/wasm-testsuite/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/wasm-testsuite/Cargo.toml') 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 -- cgit v1.3.1