rdxl_scaffolding 0.0.16

Rdxl Prefabricated HTML Components
Documentation
[package]
name = "rdxl_scaffolding"
version = "0.0.16"
authors = ["Andrew <andrew@subarctic.org>"]
license = "MIT OR Apache-2.0"
description = "Rdxl Prefabricated HTML Components"
edition = "2018"
readme = "README.md"
repository = "https://github.com/andrew-johnson-4/rdxl_scaffolding"
keywords = ["html","scaffolding","templates"]
features = ["debug_html"]

[dependencies]
rdxl = "0.4.6"

[features]
debug_html = []

[[bin]]
required-features = ["debug_html"]
name = "build_index"
path = "src/build_index.rs"