summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-09 15:07:33 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-09 15:07:33 +0100
commitfca87844b55bae5de88c533c87eadf975d7161fc (patch)
treebe16f535e4e65dfa6dafc0c917a477d0ee892542 /Cargo.toml
parentbd0e392150634d47896272ca4d2115ed132ab3c1 (diff)
fix: crate metadata
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 <mail@henrygressmann.de>"]
+repository="https://github.com/explodingcamera/tinywasm"