aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-27 17:12:50 +0000
committerFuwn <[email protected]>2021-04-27 17:12:50 +0000
commit715ff27395fa0504595165689bed887090e53ebe (patch)
tree4cf54b7b3d7b128a7f040c43d4d656a3303ca16d /Cargo.toml
parentfmt: ... (diff)
downloadwhirl-715ff27395fa0504595165689bed887090e53ebe.tar.xz
whirl-715ff27395fa0504595165689bed887090e53ebe.zip
fix: Husky (git hooks) now works
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8af1c19..d841dbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,3 @@ sqlx = { version = "0.5.1", features = ["runtime-async-std-rustls", "sqlite", "m
# Web-server
#actix-web = "3"
-
-[dev-dependencies]
-cargo-husky = { version = "1", default-features = false, features = ["precommit-hook"] }