include_js 0.1.1

checked inclusion of javascript scripts into rust files
Documentation
[package]
name = "include_js"
author = "Liss Heidrich"
version = "0.1.1"
edition = "2018"
license = "BSD-3-Clause"
description = "checked inclusion of javascript scripts into rust files"
repository = "https://github.com/Clueliss/include_js"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["template"]
template = ["include_js_codegen/template", "handlebars"]

[dependencies]
include_js_core = { version = "0.1.1", path = "../include_js_core" }
include_js_codegen = { version = "0.1", path = "../include_js_codegen" }
handlebars = { version = "3.5.5", optional = true }