aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 56398553e236ac92b0e4a86b5e7b1087981ae6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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]
serde-xml-rs = "0.6.0"