We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec55cf commit b13def6Copy full SHA for b13def6
crates/gen-guest-teavm-java/Cargo.toml
@@ -2,6 +2,13 @@
2
name = "wit-bindgen-gen-guest-teavm-java"
3
version = "0.3.0"
4
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
+"""
12
13
[dependencies]
14
wit-bindgen-core = { workspace = true }
0 commit comments