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

chore: pin project to rust 1.90

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

+3 -1
-1
.tangled/workflows/ci.yml
··· 12 12 - busybox 13 13 - rustup 14 14 - clang 15 - - rustc 16 15 - gcc 17 16 - playwright 18 17 - playwright-test
+3
rust-toolchain.toml
··· 1 + [toolchain] 2 + channel = "1.90.0" 3 + components = ["rustfmt", "clippy"]