squark-macros 0.7.0

Macros like JSX to help building Squark application
Documentation
[package]
name = "squark-macros"
version = "0.7.0"
authors = ["Satoshi Amemiya <amemiya@protonmail.com>"]
repository = "https://github.com/rail44/squark"
homepage = "https://github.com/rail44/squark"
license = "WTFPL"
readme = "README.md"
keywords = ["web", "asmjs", "webasm", "javascript"]
categories = ["gui", "web-programming"]
description = "Macros like JSX to help building Squark application"

[lib]
proc-macro = true

[dependencies]
pest = "2.0.0"
pest_derive = "2.0.0"

[dev-dependencies]
squark = { path = "../squark", version = "0.7.0" }