summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a6e8988bb6456ce0ff4359210c27efda13eb8925 (plain)
1
2
3
4
5
6
7
8
9
10
[workspace]

members = [
    "mqtt/mqtt_client",
    "tedge",
    "tests/testlib",
]

[profile.release]
lto = true