Skip to content

Commit

Permalink
chore: add cargo-husky
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 10, 2024
1 parent 81b022f commit c3cc561
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.

3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -21,6 +21,7 @@ include = [
[dependencies]

[dev-dependencies]
cargo-husky = { version = "1.5.0", features = ["precommit-hook"] }
criterion = "0.5.1"

[[bench]]
Expand All @@ -29,4 +30,4 @@ harness = false

[[bench]]
name = "parse_locale_id"
harness = false
harness = false

0 comments on commit c3cc561

Please sign in to comment.