[[bin]]
name = "nofus"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.env_logger]
version = "0.11.6"
[dependencies.inotify]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.proc-mounts]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_yml]
version = "0.0.12"
[package]
authors = ["Hunter Horsman <kariudo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A daemon for monitoring and reacting to the status of NFS mounts."
edition = "2021"
homepage = "https://github.com/kariudo/nofus"
license = "MIT"
name = "nofus"
readme = "README.md"
repository = "https://github.com/kariudo/nofus"
version = "0.4.0"
[package.metadata.aur]
depends = []
files = [["misc/nofus.service", "/usr/lib/systemd/system/nofus.service"]]
optdepends = []