fixed, removed unused stuff and added client side needed stuff

This commit is contained in:
filipriec
2025-02-22 19:37:42 +01:00
parent 7acd1707f1
commit cce9b7fa8f
5 changed files with 105 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ clap = { version = "4.5.29", features = ["derive"] }
console = "0.15.10"
crossterm = "0.28.1"
dialoguer = "0.11.0"
dirs = "6.0.0"
dotenvy = "0.15.7"
prost = "0.13.5"
ratatui = "0.29.0"