bump cargo.lock, add wiggle-generate and wiggle-macro to workspace

wiggle-macro doc tests weren't being run, so docs had gotten out of
sync.
This commit is contained in:
Pat Hickey
2021-03-04 17:28:31 -08:00
parent bcebdd43ef
commit af49505e73
2 changed files with 16 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ members = [
"crates/misc/run-examples",
"crates/misc/rust",
"crates/wiggle",
"crates/wiggle/generate",
"crates/wiggle/macro",
"crates/wiggle/wasmtime",
"crates/wasi-common",
"crates/wasi-common/cap-std-sync",