ambassade-debug 0.2.0

A crate to submit postmortem debug information when an application crashes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ambassade-debug"
version = "0.2.0"
authors = ["Jan Allersma <jan@allersma.be>"]
description = "A crate to submit postmortem debug information when an application crashes."
license = "MIT"
build = "build_scripts/build.rs"
repository = "https://pagure.io/Ambassade-debug"
documentation = "https://docs.rs/crate/ambassade-debug"

[build-dependencies]
git2 = "0.8"

[dependencies]
git2 = "0.8"