diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 15:13:32 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 15:13:32 +0100 |
| commit | 7a810ae305c1c45ab582b56f1cb8831341e8a272 (patch) | |
| tree | 1b000d783068d27abca310ac7e30fd59810d2152 | |
| parent | 4626fc03346218a0289bc872403e4710b1c80cd0 (diff) | |
fix: missing readme on crates.io
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
| -rw-r--r-- | crates/tinywasm/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/types/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/types/README.md | 2 |
3 files changed, 3 insertions, 1 deletions
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 |
