mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 14:51:03 +00:00
28 lines
996 B
TOML
28 lines
996 B
TOML
[package]
|
|
name = "yazi-tui"
|
|
description = "Yazi terminal user interface"
|
|
version = "26.5.9"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
yazi-config = { path = "../yazi-config", version = "26.5.6" }
|
|
yazi-emulator = { path = "../yazi-emulator", version = "26.5.6" }
|
|
yazi-macro = { path = "../yazi-macro", version = "26.5.6" }
|
|
yazi-proxy = { path = "../yazi-proxy", version = "26.5.6" }
|
|
yazi-shared = { path = "../yazi-shared", version = "26.5.6" }
|
|
yazi-shim = { path = "../yazi-shim", version = "26.5.6" }
|
|
yazi-term = { path = "../yazi-term", version = "26.5.6" }
|
|
yazi-tty = { path = "../yazi-tty", version = "26.5.9" }
|
|
|
|
# External dependencies
|
|
anyhow = { workspace = true }
|
|
ratatui-core = { workspace = true }
|
|
tokio = { workspace = true }
|