[package] name = "yazi-build" version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] 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-term = { path = "../yazi-term", version = "25.12.29" } [[bin]] name = "yazi-build" path = "src/main.rs"