Skip to content

Commit

Permalink
add cargo-make to dev deps & create Cargo.toml
Browse files Browse the repository at this point in the history
pre-commit stuff
  • Loading branch information
Khenziii committed Jan 20, 2024
1 parent 3a93f56 commit 462e695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ license-file = "LICENSE"

[dependencies]
clippy = "0.0.302"

[dev-dependencies]
cargo-make = "0.37.7"
2 changes: 2 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tasks.pre-commit]
command = "cargo clippy --all-targets --all-features"

0 comments on commit 462e695

Please sign in to comment.