opensmtpd-filter-dkimout/Cargo.toml

14 lines
280 B
TOML
Raw Normal View History

2023-03-19 14:59:32 +01:00
[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]
2023-03-21 13:00:44 +01:00
env_logger = "^0.10"
log = "^0.4"
2023-03-19 19:06:29 +01:00
nom = "^7.1"