summaryrefslogtreecommitdiffstats
path: root/dom/media/gtest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/gtest/Cargo.toml')
-rw-r--r--dom/media/gtest/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/media/gtest/Cargo.toml b/dom/media/gtest/Cargo.toml
new file mode 100644
index 000000000..a55f8fb68
--- /dev/null
+++ b/dom/media/gtest/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "mp4parse-gtest"
+version = "0.1.0"
+authors = ["nobody@mozilla.org"]
+
+[lib]
+path = "hello.rs"