feat: add rust-pod development environment setup
This commit is contained in:
6
install-rust.sh
Executable file
6
install-rust.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Installing Rust toolchain..."
|
||||
rustup default stable
|
||||
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
|
||||
Reference in New Issue
Block a user