зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
397 B
TOML
14 строки
397 B
TOML
[package]
|
|
name = "build_const"
|
|
authors = ["Garrett Berg <vitiral@gmail.com>"]
|
|
description = "library for creating importable constants from build.rs or a script"
|
|
keywords = ["embedded", "no_std", "build", "const", "static"]
|
|
license = "MIT"
|
|
repository = "https://github.com/vitiral/build_const"
|
|
documentation = "https://docs.rs/build_const"
|
|
version = "0.2.0"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|