diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
