summaryrefslogtreecommitdiffstats
path: root/mozglue/static/rust/moz_asserts/Cargo.toml
blob: 27e336f7c7be2c39583468ce2215205b5d967a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "moz_asserts"
version = "0.1.0"
edition = "2018"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[dependencies]
mozbuild = "0.1"