dev-env/setup_langs/rust.sh
2025-02-02 19:41:13 +01:00

7 lines
84 B
Bash

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