summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-26 17:55:48 +0200
committerHenry <mail@henrygressmann.de>2026-04-26 17:55:48 +0200
commit27004a8738c7a3c32ac4fb6966f32647b4c96db7 (patch)
treebc3d663d1dc246df20ed30b1ecd0c19935c0f8bb /crates/parser/Cargo.toml
parent40bd20bb77b611f7974036c9f2b152a16a46c32a (diff)
docs: rework documentation, prepare pre-release
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
-rw-r--r--crates/parser/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 26bdd51..1c228c4 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name="tinywasm-parser"
version.workspace=true
-description="TinyWasm parser"
+description="Parser and lowering pipeline for TinyWasm"
edition.workspace=true
license.workspace=true
authors.workspace=true
@@ -9,6 +9,7 @@ repository.workspace=true
rust-version.workspace=true
keywords.workspace=true
categories.workspace=true
+readme="README.md"
[dependencies]
wasmparser={workspace=true, features=["validate", "features", "simd"]}