Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / crashreporter / mozannotation_client / Cargo.toml
blob0586c9b9692f9ef3e763ddf8d5deda3f2a9bc4f0
1 [package]
2 name = "mozannotation_client"
3 version = "0.1.0"
4 authors = ["Gabriele Svelto"]
5 edition = "2018"
6 license = "MPL-2.0"
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 [dependencies]
11 nsstring = { path = "../../../xpcom/rust/nsstring/" }