summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 99fec7f6e584cb78016e5c0de74c07bc253bcb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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'