sentry-panic 0.23.0

Sentry integration for capturing panics.
Documentation
[package]
name = "sentry-panic"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
homepage = "https://sentry.io/welcome/"
description = """
Sentry integration for capturing panics.
"""
edition = "2018"

[dependencies]
sentry-core = { version = "0.23.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace" }