feat: Migrate CLI store actor and handle to tokio async channels and operations

This commit is contained in:
2025-12-22 03:16:26 +01:00
parent c2d4219320
commit 4761501ec9
6 changed files with 95 additions and 82 deletions
+1
View File
@@ -14,4 +14,5 @@ lattice-core = { workspace = true }
rustyline = { workspace = true }
hex = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
shlex = "1"