cargo-fetch2 0.1.3

A replacement for `cargo fetch` that works.
1
2
3
4
5
6
7
8
9
10
11
12
# `cargo-fetch2`

A replacement for `cargo fetch` that works.

Just insert `fetch2` into your normal cargo command, e.g. `cargo fetch2 build --target=wasm32-unknown-unknown`.

```bash
cargo install cargo-fetch2
```
```bash
cargo fetch2 build --target=wasm32-unknown-unknown
```