[package] name = "yazi-proxy" version = "0.2.3" edition = "2021" license = "MIT" authors = [ "sxyazi " ] 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" ] }