aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-26 15:53:50 +0000
committerJake McGinty <me@jake.su>2018-02-26 15:53:50 +0000
commit3dec80a23b9bfd1007b5a0677de9ffdf6dc8850c (patch)
tree06a83392ad93120912e5c3e52af394f940adfc21 /Cargo.toml
parentreintroduce daemonizing (diff)
downloadwireguard-rs-3dec80a23b9bfd1007b5a0677de9ffdf6dc8850c.tar.xz
wireguard-rs-3dec80a23b9bfd1007b5a0677de9ffdf6dc8850c.zip
redirect daemonized stdout/stderr to a log file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7e1d08..96805ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,6 +56,6 @@ tokio-signal = "^0.1"
treebitmap = "^0.2"
x25519-dalek = "^0.1"
-daemonize = { version = "0.2", optional = true }
+daemonize = { git = "https://github.com/mcginty/daemonize", version = "0.2", optional = true }
structopt = { version = "^0.1", optional = true }
structopt-derive = { version = "^0.1", optional = true }