mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-08 16:18:08 -06:00
11 lines
194 B
TOML
11 lines
194 B
TOML
[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"] }
|