yazi/Cargo.toml

16 lines
165 B
TOML
Raw Normal View History

[workspace]
resolver = "2"
members = [
"adaptor",
"app",
"config",
"core",
2023-10-11 19:09:10 +03:00
"plugin",
"shared",
]
2023-07-08 14:46:43 +03:00
[profile.release]
lto = true
strip = true
panic = "abort"