forked from Azure/iotedge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 691 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (25 loc) · 691 Bytes
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
[workspace]
members = [
"aziot-edged",
"docker-rs",
"edgelet-core",
"edgelet-docker",
"edgelet-http",
"edgelet-http-mgmt",
"edgelet-http-workload",
"edgelet-image-cleanup",
"edgelet-settings",
"edgelet-utils",
"iotedge",
"support-bundle",
]
resolver = "2"
[profile.dev]
panic = 'abort'
[profile.release]
panic = 'abort'
# Release builds will have full symbols. The packaging phase will strip symbols from binaries and
# make them available in a separate package.
# Notes: Snaps don't have a good story for debug symbols, so for now we'll override this setting in
# the snapcraft.yaml file by setting CARGO_PROFILE_RELEASE_DEBUG=0.
debug = 2