Event store and CQRS
Olay deposu ve CQRS
Olay serializasyonu
serde = { version = "1", features = ["derive"] }Olay kimlikleri
uuid = { version = "1", features = ["v4"] }Zaman damgalari
chrono = "0.4"Copy this Cargo.toml to get started:
[package]
name = "my-event-sourcing"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }
chrono = "0.4"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: