diff options
Diffstat (limited to 'dom/media/gtest/Cargo.toml')
-rw-r--r-- | dom/media/gtest/Cargo.toml | 7 |
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 0000000000..a55f8fb685 --- /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" |