client_cli

This commit is contained in:
Henri Bourcereau 2024-02-09 17:47:34 +01:00
parent 2525dd3664
commit 92d5779929
6 changed files with 104 additions and 1 deletions

View file

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