yew-router-min-macro 0.8.0

Contains macros used with yew-router
Documentation
[package]
name = "yew-router-min-macro"
version = "0.8.0"
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Contains macros used with yew-router"
repository = "https://github.com/yewstack/yew_router"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

[dependencies]
syn = "1.0.2"
quote = "1.0.1"
proc-macro2 = "1.0.1"

yew-router-route-parser = { path = "../yew_router_route_parser", version = "0.8.0", package = "yew-router-min-route-parser" }