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

members = [
    "common/certificate",
    "common/flockfile",
    "common/mqtt_client",
    "common/clock",
    "tedge",
    "tedge_config",
    "mapper/cumulocity/c8y_translator_lib",
    "mapper/collectd_mapper",
    "mapper/tedge_mapper",
    "mapper/thin_edge_json",
]

[profile.release]
lto = true