blob: 2af9ceda3f3fe75900cb31eec9de14bd200ffa16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "error-support"
version = "0.1.0"
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
edition = "2018"
license = "MPL-2.0"
[dependencies]
thiserror = "1.0"
[dependencies.backtrace]
optional = true
version = "0.3"
|