diff options
Diffstat (limited to 'mozglue/static/rust/moz_asserts/Cargo.toml')
-rw-r--r-- | mozglue/static/rust/moz_asserts/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mozglue/static/rust/moz_asserts/Cargo.toml b/mozglue/static/rust/moz_asserts/Cargo.toml new file mode 100644 index 0000000000..27e336f7c7 --- /dev/null +++ b/mozglue/static/rust/moz_asserts/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "moz_asserts" +version = "0.1.0" +edition = "2018" +license = "MPL-2.0" + +[lib] +path = "lib.rs" + +[dependencies] +mozbuild = "0.1" |