зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
321 B
TOML
23 строки
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
|