mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
22dba273cb
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.11. - [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.9...clap_complete-v4.5.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
311 B
TOML
18 lines
311 B
TOML
[package]
|
|
name = "tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.33"
|
|
clap = { version = "4.5.11", features = ["derive"] }
|
|
crossterm = "0.27.0"
|
|
ego-tree = "0.6.2"
|
|
oneshot = "0.1.8"
|
|
portable-pty = "0.8.1"
|
|
ratatui = "0.27.0"
|
|
tui-term = "0.1.12"
|
|
|
|
[[bin]]
|
|
name = "linutil"
|
|
path = "src/main.rs" |