From 7a810ae305c1c45ab582b56f1cb8831341e8a272 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 9 Dec 2023 15:13:32 +0100 Subject: fix: missing readme on crates.io Signed-off-by: Henry Gressmann --- crates/tinywasm/Cargo.toml | 1 + crates/types/Cargo.toml | 1 - crates/types/README.md | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index 6741357..bf19f89 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace=true license.workspace=true authors.workspace=true repository.workspace=true +readme="../../README.md" [lib] name="tinywasm" diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index b6dd358..e775f7e 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -1,7 +1,6 @@ [package] name="tinywasm-types" version="0.0.2" -readme="../../README.md" description="TinyWasm types" edition.workspace=true license.workspace=true diff --git a/crates/types/README.md b/crates/types/README.md index 93b6f4b..0aecbcc 100644 --- a/crates/types/README.md +++ b/crates/types/README.md @@ -1 +1,3 @@ # `tinywasm_types` + +This crate contains the types used by the [`tinywasm`](https://crates.io/crates/tinywasm) crate. \ No newline at end of file -- cgit v1.3.1