yazi/yazi-ffi/Cargo.toml
2025-04-20 23:41:05 +08:00

22 lines
612 B
TOML

[package]
name = "yazi-ffi"
version = "25.4.8"
edition = "2024"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
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.4.8" }
# 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 }