sentry-panic 0.29.2

Sentry integration for capturing panics.
Documentation
[package]
name = "sentry-panic"
version = "0.29.2"
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 = "2021"
rust-version = "1.60"

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

[dev-dependencies]
sentry = { path = "../sentry", default-features = false, features = ["test"] }