Sign in
android
/
toolchain
/
cargo-vet
/
HEAD
/
.
/
book
/
src
/
install.md
blob: 1d8fb68d299fe4b5dec24ae0f7ce7d3d03fe1eb4 [
file
] [
log
] [
blame
] [
view
]
# Installation
Installing
`cargo vet`
can be
done
through
Cargo
:
```
$ cargo install --locked cargo-vet
```
Afterwards
you can confirm that it
's installed via:
```
$ cargo vet --version
```