chore: remove pipeview-tui from workspace
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user