Skip to content

Commit 6075453

Browse files
committed
Fill out metadata for wit-bindgen-core
1 parent 4622ea6 commit 6075453

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/bindgen-core/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "wit-bindgen-core"
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+
Low-level support for bindings generation based on WIT files for use with
11+
`wit-bindgen-cli` and other languages.
12+
"""
613

714
[lib]
815
doctest = false

0 commit comments

Comments
 (0)