procdog-agent 0.1.0

procdog process watchdog agent library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "procdog-agent"
version = "0.1.0"
authors = ["Stanislav Ravas <ravas@tind.sk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "procdog process watchdog agent library"
readme = false
license = "MIT"
resolver = "2"

[lib]
name = "procdog_agent"
path = "src/lib.rs"

[dependencies.nix]
version = "0.30.1"
features = ["fs"]

[dependencies.thiserror]
version = "2.0.12"