summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 658590e0ffe90aa1903b08986f2f2f49bdc99546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]

members = [
    "crates/common/*",
    "crates/core/*",
    "crates/tests/*",
    "plugins/tedge_apt_plugin",
    "plugins/tedge_dummy_plugin",
    "plugins/tedge_apama_plugin",
    "plugins/log_request_plugin",
]

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = 'abort'