Skip to content

Commit

Permalink
Add cargo husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle authored and gillchristian committed Sep 2, 2020
1 parent d1363fe commit 816fd5e
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 @@ -31,3 +31,8 @@ rusqlite = { version = "0.23.1", features = ["serde_json"] }
nanoid = "0.3.0"
refinery = { version = "0.3.0", features = ["rusqlite"] }
tokio = { version = "0.2.22", features = ["fs"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
default-features = false
features = ["precommit-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]

0 comments on commit 816fd5e

Please sign in to comment.