mirror of
https://github.com/sxyazi/yazi.git
synced 2024-11-24 09:53:12 +03:00
15 lines
154 B
TOML
15 lines
154 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"adaptor",
|
|
"app",
|
|
"config",
|
|
"core",
|
|
"shared",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|
|
panic = "abort"
|