aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorshukuru <shukuru@boitalett.re>2024-02-18 22:11:16 +0100
committershukuru <shukuru@boitalett.re>2024-02-18 22:11:16 +0100
commit3bffae34eb3196fbe9a2cbc33c5c52e59461a5f4 (patch)
tree4296d412cfb7befb54c5abfb89b4e35484e61300 /Cargo.toml
parent374acb9972034e0c53683c3ac44473e36c0fe406 (diff)
Update XML parsing feature
- Implements DMARC raw deserialization - Add test - Add a fixture
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5639855..54749e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,10 +9,10 @@ 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 = { version = "1.0.196", features = ["serde_derive"] }
serde-xml-rs = "0.6.0"