yazi/Cargo.toml

15 lines
154 B
TOML
Raw Normal View History

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