summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/nsstring/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/rust/nsstring/Cargo.toml')
-rw-r--r--xpcom/rust/nsstring/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xpcom/rust/nsstring/Cargo.toml b/xpcom/rust/nsstring/Cargo.toml
new file mode 100644
index 000000000..d86a1ad26
--- /dev/null
+++ b/xpcom/rust/nsstring/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "nsstring"
+version = "0.1.0"
+authors = ["nobody@mozilla.com"]
+license = "MPL-2.0"
+description = "Rust bindings to xpcom string types"
+
+[dependencies]