devx-pre-commit 0.2.0

Utilities for creating git pre-commit hooks useful in rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.anyhow]
version = "1.0"

[dependencies.devx-cmd]
version = "0.2.0"

[package]
authors = ["Vitalii Kryvenko <vkryvenko@elastio.com>"]
categories = ["development-tools"]
description = "    Utilities for creating git pre-commit hooks useful in rust projects\n"
edition = "2018"
homepage = "https://github.com/elastio/devx"
keywords = ["git", "pre-commit", "hook", "rustfmt", "formatter"]
license = "MIT OR Apache-2.0"
name = "devx-pre-commit"
readme = "README.md"
repository = "https://github.com/elastio/devx"
version = "0.2.0"