eventually 0.2.0

Work-in-progress crate to allow easy development of Event Sourced application.
Documentation
[package]
name = "eventually"
version = "0.2.0"
edition = "2018"
authors = ["Danilo Cianfrone <danilocianfr@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ar3s3ru/eventually-rs"

description = """
Work-in-progress crate to allow easy development of Event Sourced application.
"""

categories = ["ddd", "event-sourcing", "cqrs", "aggregate"]
keywords = ["architecture", "ddd", "event-sourcing", "cqrs"]

[dependencies]
async-trait = "0.1"

[dev-dependencies]
tokio-test = "0.2"