File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed
Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name = "wit-bindgen-cli"
33authors = [
" Alex Crichton <[email protected] >" ]
44version = " 0.3.0"
55edition.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+ CLI tool to generate bindings for WIT documents and the component model.
11+ """
612
713[workspace ]
814members = [
Original file line number Diff line number Diff line change 22name = " wit-bindgen-gen-markdown"
33version = " 0.3.0"
44edition.workspace = true
5+ repository = ' https://github.com/bytecodealliance/wit-bindgen'
6+ license = " Apache-2.0 WITH LLVM-exception"
7+ homepage = ' https://github.com/bytecodealliance/wit-bindgen'
8+ description = """
9+ Markdown generator for WIT and the component model, typically used
10+ through the `wit-bindgen-cli` crate.
11+ """
512
613[lib ]
714doctest = false
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name = "wit-bindgen-guest-rust-macro"
33authors = [
" Alex Crichton <[email protected] >" ]
44version = " 0.3.0"
55edition.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+ Procedural macro paired with the `wit-bindgen` crate.
11+ """
612
713[lib ]
814proc-macro = true
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name = "wit-bindgen"
33authors = [
" Alex Crichton <[email protected] >" ]
44version = " 0.3.0"
55edition.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 and runtime support for WIT and the component model.
11+ Used when compiling Rust programs to the component model.
12+ """
613
714[dependencies ]
815wit-bindgen-guest-rust-macro = { path = " ../guest-rust-macro" , optional = true }
You can’t perform that action at this time.
0 commit comments