gecko-dev/mozglue/static/rust/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 строки
239 B
TOML
Исходник Обычный вид История

[package]
name = "mozglue-static"
version = "0.1.0"
edition = "2018"
license = "MPL"
[lib]
path = "lib.rs"
[dependencies]
arrayvec = "0.5"
[build-dependencies]
mozbuild = "0.1"
cc = "1"
rustc_version = "0.2"
[features]
moz_memory = []