Skip to content

Commit 4ec55cf

Browse files
committed
Add Cargo metadata for the wit-bindgen-gen-guest-rust crate
1 parent c14cf23 commit 4ec55cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/gen-guest-rust/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-rust"
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+
Rust bindings generator for WIT and the component model, typically used through
11+
the `wit-bindgen` crate's `generate!` macro.
12+
"""
613

714
[lib]
815
test = false

0 commit comments

Comments
 (0)