mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 14:51:03 +00:00
25 lines
530 B
TOML
25 lines
530 B
TOML
[package]
|
|
name = "yazi-build"
|
|
version = "26.1.22"
|
|
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"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
panic = "abort"
|
|
strip = true
|
|
|
|
[build-dependencies]
|
|
yazi-tty = { path = "../yazi-tty", version = "26.1.22" }
|
|
|
|
[[bin]]
|
|
name = "yazi-build"
|
|
path = "src/main.rs"
|