dendrite_macros 0.1.0

Macros to improve ergonomics of the dendrite crate.
Documentation
[dependencies.anyhow]
version = "^1.0"

[dependencies.log]
version = "^0.4"

[dependencies.quote]
version = "^1.0"

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

[lib]
proc-macro = true

[package]
authors = ["Jeroen van Maanen"]
categories = ["web-programming"]
description = "Macros to improve ergonomics of the dendrite crate."
edition = "2018"
homepage = "https://github.com/dendrite2go/rustic-dendrite-macros"
include = ["/src/**/*", "/Cargo.*", "/README.md", "/LICENSE"]
keywords = ["event-sourcing", "CQRS", "AxonServer"]
license = "MIT"
name = "dendrite_macros"
readme = "README.md"
repository = "https://github.com/dendrite2go/rustic-dendrite-macros"
version = "0.1.0"