summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 3ab12af1359e1863cc3f7662faedd7ac0be4b3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[workspace]

members = [
    "common/batcher",
    "common/certificate",
    "common/clock",
    "common/flockfile",
    "common/json_writer",
    "common/mqtt_client",
    "common/tedge_users",
    "common/tedge_utils",
    "mapper/cumulocity/c8y_translator_lib",
    "mapper/cumulocity/c8y_smartrest",
    "mapper/tedge_mapper",
    "mapper/thin_edge_json",
    "sm/json_sm",
    "sm/plugin_sm",
    "sm/tedge_agent",
    "sm/plugins/tedge_apt_plugin",
    "sm/plugins/tedge_dummy_plugin",
    "tedge_config",
    "tedge",
]

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