mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
83fd652f0e
Bumps [tui-term](https://github.com/a-kenji/tui-term) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/a-kenji/tui-term/releases) - [Changelog](https://github.com/a-kenji/tui-term/blob/development/CHANGELOG.md) - [Commits](https://github.com/a-kenji/tui-term/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: tui-term dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
246 B
TOML
14 lines
246 B
TOML
[package]
|
|
name = "tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
crossterm = "0.27.0"
|
|
ego-tree = "0.6.2"
|
|
oneshot = "0.1.6"
|
|
portable-pty = "0.8.1"
|
|
ratatui = "0.26.2"
|
|
tui-term = "0.1.12"
|