pre-commit-hooks 0.1.0

Reads hooks metadata from Cargo.toml and executes on commit. Works with workspace format.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.rustc-serialize]
version = "0.3"

[build-dependencies.toml]
version = "0.7"

[package]
authors = ["Seto Elkahfi <setoelkahfi@gmail.com>"]
build = "build.rs"
description = "Reads hooks metadata from Cargo.toml and executes on commit. Works with workspace format."
license = "MIT"
name = "pre-commit-hooks"
readme = "README.md"
repository = "https://github.com/setoelkahfi/pre-commit-hooks"
version = "0.1.0"