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 6075453 commit 17d96b4Copy full SHA for 17d96b4
crates/gen-rust-lib/Cargo.toml
@@ -3,6 +3,12 @@ name = "wit-bindgen-gen-rust-lib"
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
+Shared support for generating Rust code with wit-bindgen-style code generators.
11
+"""
12
13
[lib]
14
doctest = false
0 commit comments