feat: with domain events
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-12 23:13:34 +01:00
parent c5568f2bea
commit f9f280278f
7 changed files with 79 additions and 8 deletions

6
Cargo.lock generated
View File

@@ -914,6 +914,8 @@ dependencies = [
"mockall",
"mockall_double",
"prost",
"serde",
"serde_json",
"tokio",
"tonic",
"tonic-build",
@@ -2016,9 +2018,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.97"
version = "1.0.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
dependencies = [
"itoa",
"ryu",