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

fix: side effects was incorrect on testlibrary

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

+1 -1
+1 -1
com-gm112-rust-testlibrary/package.json
··· 17 17 "main": "pkg/com_gm112_rust_testlibrary.js", 18 18 "sideEffects": [ 19 19 "pkg/", 20 - "./snippets/*" 20 + "./pkg/snippets/*" 21 21 ] 22 22 }