From d3609f9be18caf3134dbb0e5c051bd56185a9c56 Mon Sep 17 00:00:00 2001 From: shukuru Date: Sun, 18 Feb 2024 11:59:03 +0100 Subject: Add dependencies - daemonize - quick-xml - ini-rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4638ea1..2676ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,6 @@ license-file="LICENSE" keywords=["dmarc", "mail", "network", "daemon"] [dependencies] +daemonize = "0.5.0" +quick-xml = { version = "0.31.0", features = ["serde", "serialize", "escape-html"] } +rust-ini = { version = "0.20.0", features = ["case-insensitive", "brackets-in-section-names"] } -- cgit v1.2.3