gecko-dev/dom/media/gtest/Cargo.toml
Nathan Froyd dec8ad67e8 Bug 1231764 - part 5 - add a Cargo.toml for the dom/media/gtest/ code; r=chmanchester
We are going to need a Cargo.toml for all Rust code in the tree, no
matter how trivial.
2016-08-06 00:49:26 -04:00

8 lines
110 B
TOML

[package]
name = "mp4parse-gtest"
version = "0.1.0"
authors = ["nobody@mozilla.org"]
[lib]
path = "hello.rs"