feat(proto): add example client

This commit is contained in:
Jindřich Moravec 2023-12-23 23:40:31 +01:00
parent 75b067762e
commit 0318169876
4 changed files with 118 additions and 0 deletions

View file

@ -3,4 +3,6 @@ resolver = "2"
members = [
"minisql",
"proto"
"proto",
"client"
]