Panic hook (#379)

* Panic hook

* Abort on panic in release
This commit is contained in:
Arkadiy Paronyan
2018-07-19 14:14:30 +02:00
committed by Gav Wood
parent dd0eaa0d52
commit 0dfe40e742
5 changed files with 78 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ description = "Polkadot node implementation in Rust."
[dependencies]
clap = { version = "2.27", features = ["yaml"] }
backtrace = "0.3"
env_logger = "0.4"
error-chain = "0.12"
log = "0.3"