mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 14:21:32 +03:00
19 lines
567 B
TOML
19 lines
567 B
TOML
[package]
|
|
name = "yazi-proxy"
|
|
version = "0.2.3"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = [ "sxyazi <sxyazi@gmail.com>" ]
|
|
description = "Yazi event proxy"
|
|
homepage = "https://yazi-rs.github.io"
|
|
repository = "https://github.com/sxyazi/yazi"
|
|
|
|
[dependencies]
|
|
yazi-config = { path = "../yazi-config", version = "0.2.3" }
|
|
yazi-shared = { path = "../yazi-shared", version = "0.2.3" }
|
|
|
|
# External dependencies
|
|
anyhow = "^1"
|
|
mlua = { version = "^0", features = [ "lua54", "vendored" ] }
|
|
tokio = { version = "^1", features = [ "parking_lot" ] }
|