yazi/yazi-proxy/Cargo.toml
2024-03-02 20:33:34 +08:00

17 lines
503 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"
tokio = { version = "^1", features = [ "parking_lot" ] }