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

chore: exclude generated pkg to avoid pnpm-lock.yaml from updating randomly

-2
pnpm-lock.yaml
··· 41 41 42 42 com-gm112-rust-testlibrary: {} 43 43 44 - com-gm112-rust-testlibrary/pkg: {} 45 - 46 44 com-gm112-rust-testlibrary/playground: 47 45 dependencies: 48 46 '@vitest/browser':
+1
pnpm-workspace.yaml
··· 1 1 packages: 2 + - '!com-gm112-rust-testlibrary/pkg' 2 3 - com-gm112-rust-testlibrary/**/* 3 4 - com-gm112-rust-testlibrary 4 5 - com-gm112-rust-testproject/**/*