relm-attributes 0.1.4

Attributes to simplify the use of the relm crate
Documentation
[package]
authors = ["Antoni Boucher <bouanto@zoho.com>"]
description = "Attributes to simplify the use of the relm crate"
documentation = "https://docs.rs/relm-attributes/"
license = "MIT"
name = "relm-attributes"
repository = "https://github.com/antoyo/relm"
version = "0.1.4"

[dependencies]
quote = "^0.3.15"
syn = "^0.11.9"

[dependencies.relm-gen-widget]
path = "../relm-gen-widget"
version = "^0.1.0"

[lib]
proc-macro = true