yazi/yazi-shared/Cargo.toml
2024-01-16 08:29:26 +08:00

25 lines
670 B
TOML

[package]
name = "yazi-shared"
version = "0.2.1"
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"
bitflags = "^2"
crossterm = "^0"
futures = "^0"
parking_lot = "^0"
percent-encoding = "^2"
ratatui = "^0"
regex = "^1"
serde = "^1"
tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs" ] }
[target."cfg(unix)".dependencies]
libc = "^0"