application: schedule bounded context

This commit is contained in:
2026-07-12 02:02:23 +02:00
parent 6fd47f2d93
commit ef86a967cd
21 changed files with 608 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -16,6 +16,7 @@ name = "application"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"domain",
"tokio",
"uuid",