fix(readme): clarify architecture and IPC, document outbound flow and testing, and update module and crate descriptions in README

This commit is contained in:
2026-02-11 07:36:54 +00:00
parent 7853ef67b6
commit 2088c9f76e
3 changed files with 144 additions and 189 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmta',
version: '4.1.0',
version: '4.1.1',
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
}