Skip to content

Commit 17d96b4

Browse files
committed
Add Cargo metadata for wit-bindgen-gen-rust-lib
1 parent 6075453 commit 17d96b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/gen-rust-lib/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "wit-bindgen-gen-rust-lib"
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+
Shared support for generating Rust code with wit-bindgen-style code generators.
11+
"""
612

713
[lib]
814
doctest = false

0 commit comments

Comments
 (0)