[package] name = "sentry_integration" version = "0.1.0" edition = "2021" description = "A Rust package for Sentry integration with custom DSN configuration" license = "MIT" authors = ["Your Name "] readme = "README.md" repository = "https://github.com/yourusername/sentry_integration" keywords = ["sentry", "logging", "error-tracking"] categories = ["development-tools::debugging"] [lib] name = "sentry_integration" path = "src/lib.rs" [dependencies] sentry = "0.31.0"