Simple test project that sets up a hybrid cargo crate with a vite project

ci: add gcc

Signed-off-by: Jonathan Basniak <9uknek65z@mozmail.com>

+3 -2
+3
.tangled/workflows/ci.yml
··· 11 11 - nodejs 12 12 - busybox 13 13 - rustup 14 + - clang 15 + - rustc 16 + - gcc 14 17 15 18 steps: 16 19 - name: Install dependencies
-2
README.md
··· 2 2 3 3 This is a test project for Rust. 4 4 5 - 6 - 7 5 ## Setup 8 6 9 7 ```bash