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 17d96b4 commit c14cf23Copy full SHA for c14cf23
crates/gen-guest-c/Cargo.toml
@@ -3,6 +3,13 @@ name = "wit-bindgen-gen-guest-c"
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
+C bindings generator for WIT and the component model, typically used through the
11
+`wit-bindgen-cli` crate.
12
+"""
13
14
[lib]
15
doctest = false
0 commit comments