aerogramme/aerogramme/Cargo.toml
2024-03-08 08:17:03 +01:00

13 lines
276 B
TOML

[package]
name = "aerogramme"
version = "0.3.0"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2021"
license = "EUPL-1.2"
description = "A robust email server"
[[test]]
name = "behavior"
path = "tests/behavior.rs"
harness = false