linutil/Cargo.toml
dependabot[bot] a7230289a1
Bump oneshot from 0.1.6 to 0.1.8
Bumps [oneshot](https://github.com/faern/oneshot) from 0.1.6 to 0.1.8.
- [Changelog](https://github.com/faern/oneshot/blob/v0.1.8/CHANGELOG.md)
- [Commits](https://github.com/faern/oneshot/compare/v0.1.6...v0.1.8)

---
updated-dependencies:
- dependency-name: oneshot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-13 22:05:22 +00:00

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.8"
portable-pty = "0.8.1"
ratatui = "0.26.2"
tui-term = "0.1.11"