dev-env/setup_langs/rust.sh
2025-02-02 20:03:54 +01:00

7 lines
84 B
Bash
Executable file

#!/usr/bin/bash
apk add --no-cache \
rust \
cargo \
rust-analyzer \
clippy