add rust setup

This commit is contained in:
Wintermute 2025-02-02 19:22:10 +01:00
parent b09bd5fa62
commit 1fdf0a1f3f
3 changed files with 15 additions and 0 deletions

7
setup_langs/rust.sh Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
apk add --no-cache \
rust \
cargo \
rust-analyzer \
clippy