drcode 0.1.3

A Rust package for easy integration with DrCode error tracking
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "drcode"
version = "0.1.3"
authors = ["Your Name <your.email@example.com>"]
edition = "2021"
description = "A Rust package for easy integration with DrCode error tracking"
license = "MIT"

[dependencies]
sentry = "0.31.0"
thiserror = "1.0"