summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0bd9467efcf4a68430571f5fd2891fb8a2b4c140 (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'