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"
3
3
authors = [
" Alex Crichton <[email protected] >" ]
4
4
version = " 0.3.0"
5
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
+ CLI tool to generate bindings for WIT documents and the component model.
11
+ """
6
12
7
13
[workspace ]
8
14
members = [
Original file line number Diff line number Diff line change 2
2
name = " wit-bindgen-gen-markdown"
3
3
version = " 0.3.0"
4
4
edition.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
+ """
5
12
6
13
[lib ]
7
14
doctest = false
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name = "wit-bindgen-guest-rust-macro"
3
3
authors = [
" Alex Crichton <[email protected] >" ]
4
4
version = " 0.3.0"
5
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
+ Procedural macro paired with the `wit-bindgen` crate.
11
+ """
6
12
7
13
[lib ]
8
14
proc-macro = true
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name = "wit-bindgen"
3
3
authors = [
" Alex Crichton <[email protected] >" ]
4
4
version = " 0.3.0"
5
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
+ Rust bindings generator and runtime support for WIT and the component model.
11
+ Used when compiling Rust programs to the component model.
12
+ """
6
13
7
14
[dependencies ]
8
15
wit-bindgen-guest-rust-macro = { path = " ../guest-rust-macro" , optional = true }
You can’t perform that action at this time.
0 commit comments