summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/mozannotation_client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/crashreporter/mozannotation_client/Cargo.toml')
-rw-r--r--toolkit/crashreporter/mozannotation_client/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/crashreporter/mozannotation_client/Cargo.toml b/toolkit/crashreporter/mozannotation_client/Cargo.toml
new file mode 100644
index 0000000000..0586c9b969
--- /dev/null
+++ b/toolkit/crashreporter/mozannotation_client/Cargo.toml
@@ -0,0 +1,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/" }