README.md 311 Bytes
Newer Older
1
2
# cargo

Marc Cornellà's avatar
Marc Cornellà committed
3
This plugin adds completion for the Rust build tool [`Cargo`](https://github.com/rust-lang/cargo).
4
5
6
7
8
9
10

To use it, add `cargo` to the plugins array in your zshrc file:

```zsh
plugins=(... cargo)
```

Marc Cornellà's avatar
Marc Cornellà committed
11
Updated on March 3rd, 2019, from [Cargo 0.34.0](https://github.com/rust-lang/cargo/releases/tag/0.34.0).