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 c14cf23 commit 4ec55cfCopy full SHA for 4ec55cf
crates/gen-guest-rust/Cargo.toml
@@ -3,6 +3,13 @@ name = "wit-bindgen-gen-guest-rust"
3
authors = ["Alex Crichton <[email protected]>"]
4
version = "0.3.0"
5
edition.workspace = true
6
+repository = 'https://github.com/bytecodealliance/wit-bindgen'
7
+license = "Apache-2.0 WITH LLVM-exception"
8
+homepage = 'https://github.com/bytecodealliance/wit-bindgen'
9
+description = """
10
+Rust bindings generator for WIT and the component model, typically used through
11
+the `wit-bindgen` crate's `generate!` macro.
12
+"""
13
14
[lib]
15
test = false
0 commit comments