[package]
edition = "2021"
name = "dwind-build"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "utility crate for building DWIND color swatches etc."
homepage = "https://github.com/JedimEmO/dwind"
readme = "README.md"
keywords = [
"web",
"wasm",
"css",
"style",
]
license = "MIT"
repository = "https://github.com/JedimEmO/dwind"
[lib]
name = "dwind_build"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"