File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,9 @@ documentation = "https://docs.rs/wstd"
66description = " An async standard library for Wasm Components and WASI 0.2"
77readme = " README.md"
88edition.workspace = true
9- keywords = [" WebAssembly" , " async" , " stdlib" , " Components" ]
10- categories = []
11- authors = [
12- " Yoshua Wuyts <rust@yosh.is>" ,
13- " Pat Hickey <pat@moreproductive.org>" ,
14- ]
9+ authors.workspace = true
10+ keywords.workspace = true
11+ categories.workspace = true
1512
1613[features ]
1714
@@ -41,6 +38,12 @@ version = "0.5.0-draft1"
4138edition = " 2021"
4239license = " MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
4340repository = " https://github.com/yoshuawuyts/wstd"
41+ keywords = [" WebAssembly" , " async" , " stdlib" , " Components" ]
42+ categories = []
43+ authors = [
44+ " Yoshua Wuyts <rust@yosh.is>" ,
45+ " Pat Hickey <pat@moreproductive.org>" ,
46+ ]
4447
4548[workspace .dependencies ]
4649anyhow = " 1"
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name = "wstd-macro"
33version.workspace = true
44edition.workspace = true
55license.workspace = true
6+ authors.workspace = true
7+ keywords.workspace = true
8+ categories.workspace = true
9+ description = " proc-macros for the wstd crate"
10+ documentation = " https://docs.rs/wstd-macro"
611
712[lib ]
813proc-macro = true
You can’t perform that action at this time.
0 commit comments