diff options
Diffstat (limited to 'dom/media/gtest/Cargo.toml')
-rw-r--r-- | dom/media/gtest/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/media/gtest/Cargo.toml b/dom/media/gtest/Cargo.toml new file mode 100644 index 0000000000..a9318c24f6 --- /dev/null +++ b/dom/media/gtest/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "mp4parse-gtest" +version = "0.1.0" +authors = ["The Mozilla Project Developers"] +license = "MPL-2.0" + +[lib] +path = "hello.rs" |