yazi/yazi-widgets/Cargo.toml
2025-05-14 02:03:54 +08:00

25 lines
913 B
TOML

[package]
name = "yazi-widgets"
version = "25.5.14"
edition = "2024"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi user interface widgets"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[dependencies]
yazi-codegen = { path = "../yazi-codegen", version = "25.5.14" }
yazi-config = { path = "../yazi-config", version = "25.5.14" }
yazi-macro = { path = "../yazi-macro", version = "25.5.14" }
yazi-plugin = { path = "../yazi-plugin", version = "25.5.14" }
yazi-shared = { path = "../yazi-shared", version = "25.5.14" }
# External dependencies
crossterm = { workspace = true }
futures = { workspace = true }
ratatui = { workspace = true }
unicode-width = { workspace = true }
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }