processmon 0.3.1

Process monitor that can run trigger scripts and subsequently restarts the process when files on specified paths are modified.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "processmon"
version = "0.3.1"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
license = "MIT"
description = "Process monitor that can run trigger scripts and subsequently restarts the process when files on specified paths are modified."
homepage = "https://github.com/appsignal/processmon"
edition = "2018"

[dependencies]
anyhow = "^1.0"
notify = "^4.0"
serde = {version = "^1.0", features = ["derive"]}
toml = "^0.5"
colored = "^2.0"