dev-env/setup_langs/rust.sh
Raphael Jacobs 938c5a7992
All checks were successful
ci / checkout (push) Successful in 3m53s
Try simpler copy
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