aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 54749e119d7ec9a53417db1477e4e879f400ef7d (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-file="LICENSE"

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

[dependencies]
serde = { version = "1.0.196", features = ["serde_derive"] }
serde-xml-rs = "0.6.0"