Fixed panic handling (#1667)

This commit is contained in:
Arkadiy Paronyan
2019-02-04 09:11:29 +01:00
committed by Bastian Köcher
parent 87f0f6fd8f
commit 6c341f4e9d
11 changed files with 94 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "substrate-panic-handler"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate panic handler."
edition = "2018"
[dependencies]
backtrace = "0.3"
log = "0.4"