yazi/yazi-dds/Cargo.toml
2024-04-17 11:07:54 +08:00

27 lines
812 B
TOML

[package]
name = "yazi-dds"
version = "0.2.4"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi data distribution service"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[dependencies]
yazi-boot = { path = "../yazi-boot", version = "0.2.4" }
yazi-shared = { path = "../yazi-shared", version = "0.2.4" }
# External dependencies
anyhow = "1.0.82"
mlua = { version = "0.9.7", features = [ "lua54", "vendored" ] }
parking_lot = "0.12.1"
serde = { version = "1.0.198", features = [ "derive" ] }
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = [ "full" ] }
tokio-stream = "0.1.15"
tokio-util = "0.7.10"
[target."cfg(unix)".dependencies]
uzers = "0.11.3"