Merge the cli and test-runner packages

Shouldn't be any need to have them versioned separately!
This commit is contained in:
Alex Crichton
2018-07-20 22:41:55 -07:00
parent 2e5cc810c8
commit 2da77fb8b0
8 changed files with 6 additions and 18 deletions

View File

@ -14,9 +14,11 @@ ton of documentation just yet, but a taste of how it works is:
* First, install the test runner.
```
cargo install --path crates/test-runner
cargo install --path crates/cli
```
(this comes with the normal `wasm-bindgen` CLI tool
* Next, add this to your `.cargo/config`:
```toml