mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
22 lines
614 B
TOML
22 lines
614 B
TOML
[package]
|
|
name = "yazi-ffi"
|
|
version = "25.5.14"
|
|
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.5.14" }
|
|
|
|
# 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 }
|