ckb-sentry-debug-images 0.21.0

Sentry integration that adds the list of loaded libraries to events.
Documentation
[package]
name = "ckb-sentry-debug-images"
version = "0.21.0"
authors = ["Sentry <hello@sentry.io>", "Nervos Core Dev <dev@nervos.org>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/nervosnetwork/sentry-rust"
description = """
Sentry integration that adds the list of loaded libraries to events.
"""
edition = "2018"

[package.metadata.docs.rs]
all-features = true

[dependencies]
sentry-core = { package = "ckb-sentry-core", version = "0.21.0", path = "../sentry-core" }
lazy_static = "1.4.0"
findshlibs = "0.7.0"