[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 = [] |