set up cargo workspace

This commit is contained in:
2025-01-02 20:22:05 -08:00
parent 5ad5229a62
commit 5fb440584b
10 changed files with 3491 additions and 17 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[workspace]
members = [
"lib/bsp_loader",
"lib/common",
"lib/deferred_loader",
"lib/fixed_wide",
"lib/linear_ops",
"lib/ratio_ops",
"lib/rbx_loader",
"lib/roblox_emulator",
"lib/snf",
"strafe-client",
]