30825912f4
[TSM.ID].[11031972] PXE : Platform X Ecosystem I [142 Module - REAL LIVE -] / 3Z: Zero Error Check (142 Modules) (push) Waiting to run
14 lines
330 B
TOML
14 lines
330 B
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "XCU Terminal User Interface (Military Radar)"
|
|
|
|
[dependencies]
|
|
ratatui = "0.29"
|
|
crossterm = "0.27"
|
|
tokio = { version = "1.37", features = ["full"] }
|
|
tracing = "0.1"
|
|
anyhow = "1.0"
|