gecko-dev/third_party/rust/error-support/Cargo.toml

14 строки
236 B
TOML

[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"