feat: add Dockerfile, .dockerignore, and README; remove common crate

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 15:19:29 +02:00
parent 6dcc4c8317
commit 5dd9aac68d
10 changed files with 175 additions and 21 deletions

8
Cargo.lock generated
View File

@@ -389,13 +389,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "common"
version = "0.1.0"
dependencies = [
"thiserror",
]
[[package]]
name = "concurrent-queue"
version = "2.5.0"
@@ -611,7 +604,6 @@ dependencies = [
"anyhow",
"async-trait",
"chrono",
"common",
"email_address",
"thiserror",
"uuid",