feat: add single-pod text selection

This commit is contained in:
2026-06-15 16:01:13 +09:00
parent 368249d677
commit 09f5e9d51a
7 changed files with 770 additions and 42 deletions
+1
View File
@@ -12,6 +12,7 @@ e2e-test = []
client = { workspace = true }
protocol = { workspace = true }
ratatui = { version = "0.30.0", features = ["scrolling-regions"] }
base64 = "0.22.1"
crossterm = "0.28"
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time", "process"] }
serde_json = { workspace = true }