diff options
Diffstat (limited to 'third_party/rust/nss_build_common/Cargo.toml')
-rw-r--r-- | third_party/rust/nss_build_common/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/rust/nss_build_common/Cargo.toml b/third_party/rust/nss_build_common/Cargo.toml new file mode 100644 index 0000000000..d023647e14 --- /dev/null +++ b/third_party/rust/nss_build_common/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "nss_build_common" +version = "0.1.0" +authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"] +edition = "2021" +license = "MPL-2.0" + +[dependencies] |