summaryrefslogtreecommitdiffstats
path: root/mozglue/static/rust/Cargo.toml
blob: d0307a5bdaf2370f793123ca73e89acd25f33247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "mozglue-static"
version = "0.1.0"
edition = "2018"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[dependencies]
arrayvec = "0.7"

[build-dependencies]
mozbuild = "0.1"
cc = "1"
rustc_version = "0.4"

[features]
moz_memory = []