6345b54034
The panic hook prints a backtrace, the panic message, file, and line number, and a plea to report bugs.
11 lines
227 B
TOML
11 lines
227 B
TOML
[package]
|
|
description = "Parity custom panic hook"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "panic_hook"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
backtrace = "0.3.2"
|