devx-pre-commit 0.2.0

Utilities for creating git pre-commit hooks useful in rust projects
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "anyhow"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"

[[package]]
name = "devx-cmd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8db93e8b9b4bd479853819a66e6494381d4e8cac6097a13de9892b1db8255849"

[[package]]
name = "devx-pre-commit"
version = "0.2.0"
dependencies = [
 "anyhow",
 "devx-cmd",
]