fork 0.1.10

Library for creating a new process detached from the controling terminal (daemon)
Documentation
[package]
name = "fork"
version = "0.1.10"
authors = ["Nicolas Embriz <nbari@tequila.io>"]
description = "Library for creating a new process detached from the controling terminal (daemon)"
documentation = "https://docs.rs/fork/latest/fork/"
homepage = "https://docs.rs/fork/latest/fork/"
repository = "https://github.com/immortal/fork"
readme = "README.md"
keywords = ["fork", "setsid", "daemon", "process", "libc"]
categories = ["command-line-utilities", "os"]
license-file = "LICENSE"
edition = "2018"

[badges]
travis-ci = { repository = "immortal/fork", branch = "master" }

[dependencies]
libc = "0.2.66"