zsmtp 0.1.0

A zero-knowledge SMTP mail transfer agent prototype
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(error) = built::write_built_file() {
        eprintln!("failed to gather build-time information: {error}");
        std::process::exit(1);
    }
}