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

[lib]
path = "lib.rs"

[dependencies]
once_cell = "1"