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,11 +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- ]
9+ authors.workspace = true
10+ keywords.workspace = true
11+ categories.workspace = true
1412
1513[features ]
1614
@@ -36,10 +34,16 @@ members = [
3634resolver = " 2"
3735
3836[workspace .package ]
39- version = " 0.4.0 "
37+ version = " 0.5.0-draft1 "
4038edition = " 2021"
4139license = " MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
4240repository = " 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+ ]
4347
4448[workspace .dependencies ]
4549anyhow = " 1"
@@ -61,4 +65,4 @@ wasmtime = "26"
6165wasmtime-wasi = " 26"
6266wasmtime-wasi-http = " 26"
6367wstd = { path = " ." }
64- wstd-macro = { path = " macro" }
68+ wstd-macro = { path = " macro" , version = " =0.5.0-draft1 " }
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