From 1f5d583470a30fdfc3f8327f624a613191c7cf95 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 1 Mar 2024 16:06:54 +0100 Subject: chore: prepare release Signed-off-by: Henry Gressmann --- crates/cli/README.md | 1 + crates/parser/Cargo.toml | 1 + 2 files changed, 2 insertions(+) (limited to 'crates') diff --git a/crates/cli/README.md b/crates/cli/README.md index 1f7a1bb..70b2cff 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -1,6 +1,7 @@ # `tinywasm-cli` The `tinywasm-cli` crate contains the command line interface for the `tinywasm` project. See [`tinywasm`](https://crates.io/crates/tinywasm) for more information. +It is recommended to use the library directly instead of the CLI. ## Usage diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 3be0bb1..3c5717d 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -17,3 +17,4 @@ tinywasm-types={version="0.4.0", path="../types", default-features=false} default=["std", "logging"] logging=["log"] std=["tinywasm-types/std"] + \ No newline at end of file -- cgit v1.3.1