summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/mozannotation_client/Cargo.toml
blob: 0586c9b9692f9ef3e763ddf8d5deda3f2a9bc4f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "mozannotation_client"
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]
nsstring = { path = "../../../xpcom/rust/nsstring/" }