Files
unshell-nodes-rs/tables/Cargo.toml
T

11 lines
194 B
TOML
Raw Normal View History

2025-08-12 16:55:34 -06:00
[package]
name = "tui-tool"
version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre = "0.6.5"
crossterm = "0.29.0"
ratatui = "0.29.0"
strum = { version = "0.27.2", features = ["derive"] }