From dee23969f5b1cfce7b352d6782a86cac062ec12e Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Thu, 21 Nov 2019 17:12:00 +0100 Subject: Daemonization --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2b91c06..35140f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,13 +20,14 @@ futures = "0.1.28" arraydeque = "0.4.5" treebitmap = "^0.4" crossbeam-channel = "0.3.9" -hjul = "^0.2" +hjul = "0.2.1" ring = "0.16.7" chacha20poly1305 = "^0.1" aead = "^0.1.1" clear_on_drop = "0.2.3" env_logger = "0.6" num_cpus = "^1.10" +daemonize = "0.4.1" [target.'cfg(unix)'.dependencies] libc = "0.2" -- cgit v1.2.3-59-g8ed1b