#!/bin/bash set -e echo "Installing Rust toolchain..." rustup-init -y --profile complete --default-toolchain stable export PATH="$PATH:/root/.cargo/bin" curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash cargo binstall --no-confirm cargo-watch cargo-get