[package] name = "shell-hooks" version = "0.1.2" authors = ["Dinesh Bhattarai "] edition = "2018" description = "Run ``pre`` and ``post`` hooks while executing a command, just like githooks but for all programs." license-file = "LICENSE" readme = "Readme.md" keywords = ["tool", "shell", "hooks"] [dependencies] libc = "0.2.48" structopt = "0.2.14" toml = "0.4.10" walkdir = "2.2.7" serde = "1.0.87" serde_derive = "1.0.87" dirs = "1.0.4"