Merge pull request #455 from cole-h/logging

Cargo.toml: enable debug symbols in release profile
This commit is contained in:
Graham Christensen 2020-04-06 16:18:53 -04:00 committed by GitHub
commit b4989e44f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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