blob: 50a68c4ecb706d7f37a1d65b3a0369e852e21708 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "rust_minidump_writer_linux"
version = "0.1.0"
authors = ["Martin Sirringhaus"]
edition = "2018"
license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crash-context = "0.5.1"
minidump-writer = "0.7.0"
libc = "0.2.74"
anyhow = "1.0"
nsstring = { path = "../../../xpcom/rust/nsstring/" }
|