From fca87844b55bae5de88c533c87eadf975d7161fc Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 9 Dec 2023 15:07:33 +0100 Subject: fix: crate metadata Signed-off-by: Henry Gressmann --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b363050..f339078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,9 @@ members=["crates/*"] default-members=["crates/cli"] resolver="2" + +[workspace.package] +edition="2021" +license="MIT OR Apache-2.0" +authors=["Henry Gressmann "] +repository="https://github.com/explodingcamera/tinywasm" -- cgit v1.3.1