chore: remove pipeview-tui from workspace

This commit is contained in:
2026-08-17 20:23:41 +08:00
parent f9be74257a
commit 81c0ce13c4
11 changed files with 50 additions and 5058 deletions

View File

@@ -3,7 +3,6 @@ resolver = "2"
members = [
"crates/pipeview-core",
"crates/pipeview-client",
"crates/pipeview-tui",
"crates/pipeview-gui",
]
@@ -30,21 +29,10 @@ thiserror = "2"
# ── 日志 ──
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
# ── 工具 ──
hex = "0.4"
# ── 图像 ──
image = { version = "0.25", default-features = false, features = ["png"] }
# ── CLI ──
clap = { version = "4", features = ["derive"] }
# ── TUI ──
ratatui = "0.30"
crossterm = "0.28"
# ── GUI ──
egui = "0.34"
eframe = "0.34"