chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f654721
)
Cargo.toml: Drop an obsolete comment
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 13 Dec 2022 19:41:56 +0000
(19:41 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Dec 2022 21:52:29 +0000
(21:52 +0000)
We have implemented daemonisation ourselves.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index c5530e8b503edefa2daf50f2a43a821f3e1f6210..389dfdb5ac99499ba710c4a2b052ca9c2d88b50c 100644
(file)
--- 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)