mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 08:11:04 +00:00
17 lines
503 B
TOML
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" ] }
|