daemon_ctrl 0.1.0

daemon program by sub-process
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["rise0chen <rise0chen@163.com>"]
description = "daemon program by sub-process"
edition = "2018"
license-file = "LICENSE"
name = "daemon_ctrl"
readme = "./README.md"
repository = "https://github.com/rise0chen/daemon_ctrl.git"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fork = "0.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"