Rename the top-level crate from wasmtime-tools to wasmtime.

This is a binary application crate which contains the wasmtime
command-line application.
This commit is contained in:
Dan Gohman
2019-05-17 12:45:00 -07:00
parent 106c8c4cb6
commit eb2b51353e
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ banner "Rust unit tests"
# run the lightbeam tests below if nightly is available.
#RUST_BACKTRACE=1 cargo test --all
RUST_BACKTRACE=1 cargo test \
--package wasmtime-tools \
--package wasmtime \
--package wasmtime-wasi \
--package wasmtime-wast \
--package wasmtime-debug \