aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4638ea1c506dfc27a33d357e818417516998c0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cramd"
version = "0.1.0"
edition = "2021"

repository="https://mail.boitalett.re/openwork/cramd.git"
homepage="https://mail.boitalett.re"

description="DMARC reports reader daemon"
authors=["shukuru <shukuru@boitalett.re>"]
readme="README.md"
license="BSD-3-Clause"
license-file="LICENSE"

keywords=["dmarc", "mail", "network", "daemon"]

[dependencies]