summaryrefslogtreecommitdiff
path: root/tools/install-tool-dependencies
blob: fb4c37c1382b7d83a006358030c1ab95eec0e811 (plain)
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