[package]
edition = "2021"
name = "herb-analysis"
version = "0.0.1"
authors = ["Marco Roth <marco.roth@intergga.ch>"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project analysis for HTML+ERB templates"
readme = "README.md"
keywords = [
"erb",
"html",
"ruby",
"rails",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/marcoroth/herb"
[lib]
name = "herb_analysis"
path = "src/lib.rs"
[dependencies]