You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Accelerate development of compositional, safe, and ergonomic applications/information systems by effectively implementing Event Sourcing and CQRS patterns in Rust."
license = "Apache-2.0"
[dependencies]
serde = {version = "1.0.197", features = ["derive"]}
[dev-dependencies]
derive_more = "0.99.17"
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }