1 2 3 4 5 6 7 8 9 10
#!/bin/bash -ex # tools/install-tool-dependencies # # Install Rust and Cargo components used by tool scripts, which are not part of # Cargo.toml. rustup toolchain install nightly rustup component add clippy rustfmt cargo +nightly install cargo-udeps