mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
c9766c835f
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
439 B
TOML
24 lines
439 B
TOML
[package]
|
|
name = "tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.33"
|
|
clap = { version = "4.5.13", 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"
|
|
include_dir = "0.7.4"
|
|
tempdir = "0.3.7"
|
|
serde = { version = "1.0.205", features = ["derive"] }
|
|
toml = "0.8.19"
|
|
which = "6.0.3"
|
|
|
|
[[bin]]
|
|
name = "linutil"
|
|
path = "src/main.rs"
|