summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-09 15:07:33 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-09 15:07:33 +0100
commitfca87844b55bae5de88c533c87eadf975d7161fc (patch)
treebe16f535e4e65dfa6dafc0c917a477d0ee892542 /crates/parser
parentbd0e392150634d47896272ca4d2115ed132ab3c1 (diff)
fix: crate metadata
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
-rw-r--r--crates/parser/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
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