yazi/yazi-tty/Cargo.toml
2026-06-18 16:23:26 +08:00

32 lines
1 KiB
TOML

[package]
name = "yazi-tty"
description = "Yazi TTY access layer"
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-binding = { path = "../yazi-binding", version = "26.5.6" }
yazi-macro = { path = "../yazi-macro", version = "26.5.6" }
yazi-shim = { path = "../yazi-shim", version = "26.5.6" }
# External dependencies
base64 = { workspace = true }
bitflags = { workspace = true }
mlua = { workspace = true }
parking_lot = { workspace = true }
ratatui-core = { workspace = true }
tracing = { workspace = true }
[target."cfg(unix)".dependencies]
libc = { workspace = true }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61.2", features = [ "Win32_Globalization", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", "Win32_System_Threading", "Win32_Security" ] }