feat(proto): add example server

This commit is contained in:
Jindřich Moravec 2023-12-23 23:40:45 +01:00
parent 0318169876
commit 84d9fa2d50
4 changed files with 388 additions and 3 deletions

View file

@ -2,7 +2,7 @@
resolver = "2"
members = [
"minisql",
"proto"
"proto",
"server",
"client"
]