зеркало из https://github.com/mozilla/glean.git
23 строки
341 B
TOML
23 строки
341 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"glean-core",
|
|
"glean-core/rlb",
|
|
"glean-core/bundle",
|
|
"glean-core/bundle-android",
|
|
"glean-core/build",
|
|
"samples/rust",
|
|
"tools/embedded-uniffi-bindgen",
|
|
]
|
|
|
|
default-members = [
|
|
"glean-core",
|
|
"tools/embedded-uniffi-bindgen",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
debug = false
|
|
lto = true
|