fix(deps): add workspace dependency entries for multiple crates across mailer-bin, mailer-core, and mailer-security

This commit is contained in:
2026-02-10 15:54:36 +00:00
parent 8bd8c295b0
commit 564b65c7f2
6 changed files with 20 additions and 2 deletions

View File

@@ -11,3 +11,6 @@ thiserror.workspace = true
tracing.workspace = true
bytes.workspace = true
mailparse.workspace = true
regex.workspace = true
base64.workspace = true
uuid.workspace = true