From fca87844b55bae5de88c533c87eadf975d7161fc Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 9 Dec 2023 15:07:33 +0100 Subject: fix: crate metadata Signed-off-by: Henry Gressmann --- crates/parser/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/parser') diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 823e69b..3f250f4 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,7 +1,11 @@ [package] name="tinywasm-parser" version="0.0.1" -edition="2021" +description="TinyWasm parser" +edition.workspace=true +license.workspace=true +authors.workspace=true +repository.workspace=true [dependencies] # fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495 -- cgit v1.3.1