tui client wip

This commit is contained in:
Henri Bourcereau 2023-11-07 18:15:52 +01:00
parent 3f5fbf4302
commit a73528bfb6
9 changed files with 471 additions and 34 deletions

View file

@ -3,6 +3,7 @@ resolver="2"
members = [
"client",
"client_tui",
"server",
"store"
]