mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 22:31:35 +03:00
30 lines
855 B
TOML
30 lines
855 B
TOML
[package]
|
|
name = "yazi-shared"
|
|
version = "0.2.5"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = [ "sxyazi <sxyazi@gmail.com>" ]
|
|
description = "Yazi shared library"
|
|
homepage = "https://yazi-rs.github.io"
|
|
repository = "https://github.com/sxyazi/yazi"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.82"
|
|
bitflags = "2.5.0"
|
|
crossterm = "0.27.0"
|
|
dirs = "5.0.1"
|
|
filetime = "0.2.23"
|
|
futures = "0.3.30"
|
|
parking_lot = "0.12.2"
|
|
percent-encoding = "2.3.1"
|
|
ratatui = "=0.26.1"
|
|
regex = "1.10.4"
|
|
serde = { version = "1.0.199", features = [ "derive" ] }
|
|
tokio = { version = "1.37.0", features = [ "full" ] }
|
|
|
|
# Logging
|
|
tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }
|
|
|
|
[target."cfg(unix)".dependencies]
|
|
libc = "0.2.154"
|