daemon 0.0.8

Library for creating simple Linux demons and Windows services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "daemon"
license = "MIT"
version = "0.0.8"
description = "Library for creating simple Linux demons and Windows services."
authors = [ "Artem V. Navrotskiy <bozaro@users.noreply.github.com>" ]
repository = "https://github.com/bozaro/daemon-rs"
documentation = "https://bozaro.github.io/daemon-rs/daemon/"

[dependencies]
libc = "0.2"

[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2"
winapi = { version = "0.3", features = [ "winsvc" ] }