blob: 6b473af22c392fcbfe85bea747f73d00ee75b314 [file] [log] [blame]
[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.1"
[features]
default = ["std"]
std = []