Skip to content

Commit c14cf23

Browse files
committed
Add Cargo metadata for wit-bindgen-gen-guest-c
1 parent 17d96b4 commit c14cf23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/gen-guest-c/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "wit-bindgen-gen-guest-c"
33
authors = ["Alex Crichton <[email protected]>"]
44
version = "0.3.0"
55
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+
"""
613

714
[lib]
815
doctest = false

0 commit comments

Comments
 (0)