diff options
Diffstat (limited to 'xpcom/rust/nsstring/Cargo.toml')
-rw-r--r-- | xpcom/rust/nsstring/Cargo.toml | 8 |
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 0000000000..d86a1ad264 --- /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] |