yazi/yazi-proxy/Cargo.toml

19 lines
571 B
TOML
Raw Normal View History

2024-03-02 15:33:34 +03:00
[package]
name = "yazi-proxy"
2024-03-08 22:07:20 +03:00
version = "0.2.4"
2024-03-02 15:33:34 +03:00
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]
2024-03-08 22:07:20 +03:00
yazi-config = { path = "../yazi-config", version = "0.2.4" }
yazi-shared = { path = "../yazi-shared", version = "0.2.4" }
2024-03-02 15:33:34 +03:00
# External dependencies
anyhow = "1.0.82"
mlua = { version = "0.9.7", features = [ "lua54", "vendored" ] }
tokio = { version = "1.37.0", features = [ "full" ] }