diff options
Diffstat (limited to 'testing/mozbase/rust/mozprofile/Cargo.toml')
-rw-r--r-- | testing/mozbase/rust/mozprofile/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mozbase/rust/mozprofile/Cargo.toml b/testing/mozbase/rust/mozprofile/Cargo.toml new file mode 100644 index 0000000000..facd5cc437 --- /dev/null +++ b/testing/mozbase/rust/mozprofile/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "mozprofile" +version = "0.7.1" +authors = ["Mozilla"] +description = "Library for working with Mozilla profiles." +repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozprofile" +license = "MPL-2.0" +edition = "2018" + +[dependencies] +tempfile = "3" |