ci: add cargo-husky pre-commit hooks

This commit is contained in:
2026-01-26 16:42:32 +02:00
parent 6154a99fa6
commit 77b611b0fa
7 changed files with 58 additions and 8 deletions

7
Cargo.lock generated
View File

@@ -176,6 +176,12 @@ version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]]
name = "cargo-husky"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
[[package]]
name = "cc"
version = "1.2.54"
@@ -253,6 +259,7 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
name = "common"
version = "0.1.0"
dependencies = [
"cargo-husky",
"rcgen",
"serde",
"serde_json",