[package] name = "yazi-fs" version = "0.3.1" edition = "2021" license = "MIT" authors = [ "sxyazi " ] description = "Yazi File System" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-config = { path = "../yazi-config", version = "0.3.1" } yazi-proxy = { path = "../yazi-proxy", version = "0.3.1" } yazi-shared = { path = "../yazi-shared", version = "0.3.1" } # External dependencies anyhow = { workspace = true } futures = { workspace = true } ratatui = { workspace = true } regex = { workspace = true } tokio = { workspace = true }