summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/mozannotation_server/Cargo.toml
blob: bd3fb283bf17fc92ef7f38e7c7778f0180b74567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mozannotation_server"
version = "0.1.0"
authors = ["Gabriele Svelto"]
edition = "2018"
license = "MPL-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mozannotation_client = { path = "../mozannotation_client/" }
process_reader = { path = "../process_reader/" }
thin-vec = { version = "0.2.7", features = ["gecko-ffi"] }
thiserror = "1.0.38"

[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies]
memoffset = "0.8"