Skip to content

Commit b13def6

Browse files
committed
Add crate metadata for teavm-java generator
1 parent 4ec55cf commit b13def6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/gen-guest-teavm-java/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "wit-bindgen-gen-guest-teavm-java"
33
version = "0.3.0"
44
edition.workspace = true
5+
repository = 'https://github.com/bytecodealliance/wit-bindgen'
6+
license = "Apache-2.0 WITH LLVM-exception"
7+
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
8+
description = """
9+
TeaVM-Java bindings generator for WIT and the component model, typically used
10+
through the `wit-bindgen-cli` crate.
11+
"""
512

613
[dependencies]
714
wit-bindgen-core = { workspace = true }

0 commit comments

Comments
 (0)