[package] name = "yazi-ffi" version = "25.2.26" edition = "2021" license = "MIT" authors = [ "sxyazi " ] description = "Yazi foreign function interface" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-macro = { path = "../yazi-macro", version = "25.2.26" } # External dependencies anyhow = { workspace = true } [target."cfg(unix)".dependencies] libc = { workspace = true } [target.'cfg(target_os = "macos")'.dependencies] core-foundation-sys = { workspace = true } objc = { workspace = true }