Cargo.toml: enable debug symbols in release profile

Maybe now we'll be able to read the backtraces generated by
`error-chain` via `hubcaps`.
This commit is contained in:
Cole Helbling 2020-04-06 12:59:37 -07:00
parent dd38e6e2ec
commit 8e284c5b6b
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -29,6 +29,9 @@ sys-info = "0.5.6"
chrono = "0.4.6" chrono = "0.4.6"
separator = "0.4.1" separator = "0.4.1"
[profile.release]
debug = true
[patch.crates-io] [patch.crates-io]
#hubcaps = { path = "../hubcaps" } #hubcaps = { path = "../hubcaps" }
#amq-proto = { path = "rust-amq-proto" } #amq-proto = { path = "rust-amq-proto" }