2019-03-18 15:03:49 +03:00
|
|
|
[workspace]
|
2023-07-12 12:29:21 +03:00
|
|
|
resolver = "2"
|
2019-03-18 15:03:49 +03:00
|
|
|
|
|
|
|
members = [
|
2019-03-19 19:01:25 +03:00
|
|
|
"glean-core",
|
2020-10-20 12:49:09 +03:00
|
|
|
"glean-core/rlb",
|
2021-04-13 15:39:51 +03:00
|
|
|
"glean-core/bundle",
|
2022-04-19 17:35:10 +03:00
|
|
|
"glean-core/bundle-android",
|
2022-06-21 12:40:52 +03:00
|
|
|
"glean-core/build",
|
|
|
|
"samples/rust",
|
2022-05-05 17:15:24 +03:00
|
|
|
"tools/embedded-uniffi-bindgen",
|
2021-04-13 15:39:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
default-members = [
|
|
|
|
"glean-core",
|
2022-05-05 17:15:24 +03:00
|
|
|
"tools/embedded-uniffi-bindgen",
|
2019-03-18 15:03:49 +03:00
|
|
|
]
|
2019-03-18 18:32:35 +03:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
opt-level = "s"
|
2019-10-02 16:28:23 +03:00
|
|
|
debug = false
|
2019-03-18 18:32:35 +03:00
|
|
|
lto = true
|