diff --git a/Cargo.toml b/Cargo.toml index 0ed07058..47950508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,6 @@ winapi = "0.3.9" [dev-dependencies] assert_cmd = "1.0" predicates = "1" -cargo-husky = "1" [package.metadata.deb] section = "utility" @@ -71,4 +70,9 @@ exist at the specified or default location, a blank one will be created for the """ [package.metadata.wix] -output = "bottom_x86_64_installer.msi" \ No newline at end of file +output = "bottom_x86_64_installer.msi" + +[dev-dependencies.cargo-husky] +version = "1" +default-features = false +features = ["precommit-hook", "run-cargo-clippy"] \ No newline at end of file