Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 434 Bytes

About

Corona is an echomail processor / netmail tracker for FidoNet Technology Network (FTN).

Features

  • SQLite mail storage - use the power of SQL
  • self-contained - no external dependencies needed

Build the project

Requirements

  1. Rust

Compile

Execute

  • cargo build to compile in debug mode or
  • cargo build --release for release mode.