2025-11-08 11:23:10 +02:00
|
|
|
[package]
|
|
|
|
|
name = "ghost-tui"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
description = "Terminal user interface for Ghost process injection detection"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
ghost-core = { path = "../ghost-core" }
|
2025-11-21 14:30:21 +02:00
|
|
|
ratatui = "0.29"
|
|
|
|
|
crossterm = "0.29"
|
2025-11-08 11:23:10 +02:00
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
2025-11-17 21:28:37 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
2025-11-08 11:23:10 +02:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
2025-11-21 14:30:21 +02:00
|
|
|
tui-input = "0.14"
|
|
|
|
|
unicode-width = "0.2"
|