mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 14:21:32 +03:00
25 lines
810 B
TOML
25 lines
810 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.81"
|
|
mlua = { version = "0.9.6", features = [ "lua54", "vendored" ] }
|
|
parking_lot = "0.12.1"
|
|
serde = { version = "1.0.197", features = [ "derive" ] }
|
|
serde_json = "1.0.115"
|
|
tokio = { version = "1.37.0", features = [ "full" ] }
|
|
|
|
# Logging
|
|
tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }
|