summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9cba68c9d5b07cc72375cc4b4c988e54a2ff3c0e (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",
]

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