feat: server improvements

This commit is contained in:
Jindřich Moravec 2024-01-26 22:13:33 +01:00
parent 595b47dc06
commit 04311ebe48
5 changed files with 80 additions and 110 deletions

View file

@ -13,3 +13,4 @@ async-trait = "0.1.74"
rand = "0.8.5"
minisql = { path = "../minisql" }
proto = { path = "../proto" }
parser = { path = "../parser" }