Skip to content

Commit

Permalink
deps: add husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hails committed May 21, 2019
1 parent bc663c9 commit 655764c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ nom = "5.0.0-beta1"
scroll = "0.9.2"
itertools = "0.8"
percent-encoding = "1.0.1"

[dev-dependencies.cargo-husky]
version = "1"
default-features = false # Disable features which are enabled by default
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]

0 comments on commit 655764c

Please sign in to comment.