We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb54c0c commit 8a87c0bCopy full SHA for 8a87c0b
daemonize/Cargo.toml
@@ -5,7 +5,7 @@ license = "MIT/Apache-2.0"
5
authors = ["Fedor Gogolev <knsd@knsd.net>"]
6
repository = "https://github.com/knsd/daemonize"
7
documentation = "https://docs.rs/daemonize"
8
-readme = "README.md"
+readme = "../README.md"
9
description = "Library to enable your code run as a daemon process on Unix-like systems."
10
keywords = ["daemon", "daemonize", "unix"]
11
categories = ["os::unix-apis"]
0 commit comments