domain: add cross-cutting value objects (SystemId, DateTimeStamp, Checksum, StructuredData)

This commit is contained in:
2026-05-31 03:16:28 +02:00
parent f9cb142c3b
commit 3571c94bec
28 changed files with 320 additions and 122 deletions

1
Cargo.lock generated
View File

@@ -460,6 +460,7 @@ dependencies = [
"chrono",
"futures",
"serde",
"serde_json",
"thiserror",
"uuid",
]