mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
22 lines
503 B
TOML
22 lines
503 B
TOML
[package]
|
|
name = "yazi-build"
|
|
version = "0.1.8"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
authors = [ "sxyazi <sxyazi@gmail.com>" ]
|
|
description = "Yazi build system"
|
|
homepage = "https://yazi-rs.github.io"
|
|
repository = "https://github.com/sxyazi/yazi"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
panic = "abort"
|
|
strip = true
|
|
|
|
[build-dependencies]
|
|
yazi-term = { path = "../yazi-term", version = "25.5.31" }
|
|
|
|
[[bin]]
|
|
name = "yazi-build"
|
|
path = "src/main.rs"
|