mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
58228b3764
Differential Revision: https://phabricator.services.mozilla.com/D64295 --HG-- extra : moz-landing-system : lando
23 lines
321 B
TOML
23 lines
321 B
TOML
[package]
|
|
name = "lowercase"
|
|
version = "0.1.0"
|
|
authors = ["Mike Hommey <mhommey@glandium.org>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
once_cell = "1"
|
|
paste = "0.1"
|
|
path-dedot = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
[profile.release]
|
|
lto = true
|