perf(smtp-client): Cache connections (#117)

This commit is contained in:
Jagoda Estera Ślązak
2026-08-18 12:21:28 +02:00
committed by missytake
parent 0755bb931f
commit 25c8987904
6 changed files with 277 additions and 62 deletions
+1
View File
@@ -30,6 +30,7 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = [
] }
webpki-roots = "1.0.6"
tokio-io-timeout = "1.2.1"
retainer = "0.4.0"
[dev-dependencies]
rstest = "0.26.1"