[package] name = "fnq" version = "0.3.1" authors = ["Milan "] edition = "2018" homepage = "https://github.com/mdaverde/fnq" repository = "https://github.com/mdaverde/fnq" license = "MIT" readme = "README.md" description = "A flock-based approach to queuing Unix tasks & processes" categories = ["command-line-utilities"] keywords = ["cli", "task", "queue", "flock", "unix"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix = "0.20.0" notify = "4.0.16"