linutil/Cargo.toml
dependabot[bot] dbee003edf
Bump clap from 4.5.5 to 4.5.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.5 to 4.5.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.5...v4.5.9)

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

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

14 lines
246 B
TOML

[package]
name = "tui"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", 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.11"