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

15 строки
172 B
TOML

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