1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
[package]
name = "fork"
version = "0.1.23"
authors = ["Nicolas Embriz <nbari@tequila.io>"]
description = "Library for creating a new process detached from the controlling 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", "daemonize"]
categories = ["command-line-utilities", "os"]
license = "BSD-3-Clause"
edition = "2021"
[dependencies]
libc = "0.2"
|