19 lines
330 B
TOML
19 lines
330 B
TOML
|
[package]
|
||
|
|
||
|
name = "htmlthing_macros"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
||
|
|
||
|
license = "MIT/Apache-2.0"
|
||
|
repository = "https://github.com/lfairy/htmlthing"
|
||
|
description = """
|
||
|
Compile-time HTML templates.
|
||
|
"""
|
||
|
|
||
|
[dependencies.htmlthing]
|
||
|
path = "../htmlthing"
|
||
|
|
||
|
[lib]
|
||
|
name = "htmlthing_macros"
|
||
|
plugin = true
|