mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-23 16:52:04 +03:00
26 lines
741 B
TOML
26 lines
741 B
TOML
[package]
|
|
name = "yazi-shared"
|
|
version = "0.2.4"
|
|
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.81"
|
|
bitflags = "2.4.2"
|
|
crossterm = "0.27.0"
|
|
dirs = "5.0.1"
|
|
futures = "0.3.30"
|
|
parking_lot = "0.12.1"
|
|
percent-encoding = "2.3.1"
|
|
ratatui = "0.26.1"
|
|
regex = "1.10.3"
|
|
serde = "1.0.197"
|
|
tokio = { version = "1.36.0", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs" ] }
|
|
|
|
[target."cfg(unix)".dependencies]
|
|
libc = "0.2.153"
|