made the server and the client/server communication functionality work.

This commit is contained in:
2026-08-04 13:35:52 -05:00
parent ae91cc0ce4
commit 4ce461025c
7 changed files with 1162 additions and 438 deletions
+5
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.103"
clap = { version = "4.6.1", features = ["derive"] }
crossterm = "0.29.0"
fs_extra = "1.3.0"
@@ -11,7 +12,11 @@ iced = { version = "0.14.0", features = ["advanced", "tokio"] }
ipnet = "2.12.0"
ratatui = "0.30.0"
rayon = "1.12.0"
rcgen = "0.14.8"
rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"
rustls = "0.23.43"
rustls-pemfile = "2.2.0"
tokio = { version = "1.52.3", features = ["full"] }
tokio-rustls = "0.26.4"
walkdir = "2.5.0"