pinwheel_macro 0.1.0

Build web applications with Rust.
Documentation
[dependencies.heck]
version = "0.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"

[lib]
path = "lib.rs"
proc-macro = true

[package]
authors = ["Tangram <root@tangram.xyz"]
description = "Build web applications with Rust."
documentation = "https://docs.rs/pinwheel"
edition = "2018"
homepage = "https://github.com/tangramxyz/pinwheel"
license = "MIT"
name = "pinwheel_macro"
publish = true
repository = "https://github.com/tangramxyz/pinwheel"
version = "0.1.0"