summaryrefslogtreecommitdiff
path: root/tools/install-tool-dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install-tool-dependencies')
-rwxr-xr-xtools/install-tool-dependencies9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/install-tool-dependencies b/tools/install-tool-dependencies
new file mode 100755
index 0000000..27a9015
--- /dev/null
+++ b/tools/install-tool-dependencies
@@ -0,0 +1,9 @@
+#!/bin/bash -ex
+
+# tools/install-tool-dependencies
+#
+# Install Rust and Cargo components used by tool scripts, which are not part of
+# Cargo.toml.
+
+rustup component add clippy rustfmt
+cargo install cargo-udeps \ No newline at end of file