chore: initialize empty workspace structure with empty lib project with deps

This commit is contained in:
2025-11-15 11:42:36 +01:00
parent 1ca8c5ea75
commit ab757e3080
11 changed files with 167 additions and 0 deletions

3
01.workspace/Cargo.toml Normal file
View File

@@ -0,0 +1,3 @@
[workspace]
resolver = "3"
members = ["oxydice_lib"]