opensmtpd-filter-dkimout/Cargo.toml
Rodolphe Bréard 9f8232f7f1 Read entries
2023-03-19 19:06:29 +01:00

11 lines
246 B
TOML

[package]
name = "opensmtpd-filter-dkimout"
version = "0.1.0"
authors = ["Rodolphe Bréard <rodolphe@what.tf>"]
edition = "2021"
description = "DKIM filter for OpenSMTPD"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
nom = "^7.1"