example-html-highlight-macro 0.1.0

macro for embedding syntax highlighted copies of code in the binary
Documentation
[package]
name = "example-html-highlight-macro"
version = "0.1.0"
edition = "2021"
description = "macro for embedding syntax highlighted copies of code in the binary"
homepage = "https://github.com/JedimEmO/dwind"
repository = "https://github.com/JedimEmO/dwind"
license = "MIT"
keywords = ["web", "wasm", "css", "style"]

[lib]
proc-macro = true

[dependencies]
prettyplease.workspace = true
syn.workspace = true
syntect.workspace = true
quote.workspace = true
proc-macro2.workspace = true