mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
26 lines
560 B
TOML
26 lines
560 B
TOML
[package]
|
|
name = "yazi-build"
|
|
description = "Yazi build system"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
panic = "abort"
|
|
strip = true
|
|
|
|
[build-dependencies]
|
|
yazi-tty = { path = "../yazi-tty", version = "26.2.2" }
|
|
|
|
[[bin]]
|
|
name = "yazi-build"
|
|
path = "src/main.rs"
|