application: auth bounded context (register, login)

This commit is contained in:
2026-07-12 01:49:34 +02:00
parent 848d4752e2
commit 2976600d12
14 changed files with 480 additions and 1 deletions

10
Cargo.lock generated
View File

@@ -11,6 +11,16 @@ dependencies = [
"libc",
]
[[package]]
name = "application"
version = "0.1.0"
dependencies = [
"async-trait",
"domain",
"tokio",
"uuid",
]
[[package]]
name = "async-trait"
version = "0.1.89"