From: Ian Jackson Date: Tue, 13 Dec 2022 19:41:56 +0000 (+0000) Subject: Cargo.toml: Drop an obsolete comment X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1e381331b04b1e7df52cc4c38615c210cff19895;p=hippotat.git Cargo.toml: Drop an obsolete comment We have implemented daemonisation ourselves. Signed-off-by: Ian Jackson --- 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)