diff options
Diffstat (limited to 'third_party/rust/interrupt-support/Cargo.toml')
-rw-r--r-- | third_party/rust/interrupt-support/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/rust/interrupt-support/Cargo.toml b/third_party/rust/interrupt-support/Cargo.toml new file mode 100644 index 0000000000..3b86470637 --- /dev/null +++ b/third_party/rust/interrupt-support/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "interrupt-support" +version = "0.1.0" +authors = ["application-services@mozilla.com"] +license = "MPL-2.0" +edition = "2018" |