- add: virtual workspace

- add: start of packet-service
This commit is contained in:
2024-11-26 13:16:20 -05:00
parent 815cb210dc
commit 47899d47cd
5 changed files with 108 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[workspace]
members = [
"auth-service",
"database-service",
"packet-service",
]
resolver = "2"