From 1e381331b04b1e7df52cc4c38615c210cff19895 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Dec 2022 19:41:56 +0000 Subject: [PATCH] Cargo.toml: Drop an obsolete comment We have implemented daemonisation ourselves. Signed-off-by: Ian Jackson --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5530e8..389dfdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,9 +61,5 @@ tokio = { version = "1", features = ["full"] } thiserror = "1" void = "1" -# for daemonic behaviours -# daemonize 0.4.1 in sid -# syslog 4.0 in sid, 5.0 in upstream, ideally want 5.0 (new API) - # Not in sid: fehler = "1" # no deps (other than fehler-macros, obvs) -- 2.30.2