yazi/yazi-shared/Cargo.toml

26 lines
694 B
TOML
Raw Normal View History

[package]
2023-10-22 11:34:20 +03:00
name = "yazi-shared"
2024-03-08 22:07:20 +03:00
version = "0.2.4"
2023-10-22 11:34:20 +03:00
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]
2023-11-09 04:07:12 +03:00
anyhow = "^1"
bitflags = "^2"
crossterm = "^0"
2024-02-26 04:14:04 +03:00
dirs = "^5"
2023-11-09 04:07:12 +03:00
futures = "^0"
parking_lot = "^0"
percent-encoding = "^2"
ratatui = "^0"
regex = "^1"
serde = "^1"
2023-11-09 04:07:12 +03:00
tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs" ] }
[target."cfg(unix)".dependencies]
libc = "^0"