mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
24 lines
448 B
TOML
24 lines
448 B
TOML
[package]
|
|
name = "linutil_tui"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.16", features = ["derive"] }
|
|
crossterm = "0.28.1"
|
|
ego-tree = { workspace = true }
|
|
oneshot = "0.1.8"
|
|
portable-pty = "0.8.1"
|
|
ratatui = "0.28.1"
|
|
tui-term = "0.1.12"
|
|
unicode-width = "0.1.13"
|
|
linutil_core = { path = "../core" }
|
|
|
|
[build-dependencies]
|
|
chrono = "0.4.33"
|
|
|
|
[[bin]]
|
|
name = "linutil"
|
|
path = "src/main.rs"
|