diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 12:15:45 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 12:15:45 +0100 |
commit | 7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1 (patch) | |
tree | ee9e0946bca9e3eb2f610b52a0c6b1167b11f0ff /xpcom/rust/nsstring/Cargo.toml | |
parent | a1f143420203395d9a7f347bb232ca86daa40f2b (diff) | |
download | UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.gz UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.lz UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.xz UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.zip |
Remove cargo nsstring component
Part 3 for #58
Diffstat (limited to 'xpcom/rust/nsstring/Cargo.toml')
-rw-r--r-- | xpcom/rust/nsstring/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xpcom/rust/nsstring/Cargo.toml b/xpcom/rust/nsstring/Cargo.toml deleted file mode 100644 index d86a1ad26..000000000 --- a/xpcom/rust/nsstring/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "nsstring" -version = "0.1.0" -authors = ["nobody@mozilla.com"] -license = "MPL-2.0" -description = "Rust bindings to xpcom string types" - -[dependencies] |