aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-23 20:48:34 +0000
committerFuwn <[email protected]>2021-04-23 20:48:34 +0000
commite4676b94fcc341a4116b4a1fb00d0b0f71a44b9f (patch)
treea42149143cdcf6e61e9dd3bed11627e903e7e3a2 /Cargo.toml
parentrepo(funding): Create donation buttons (diff)
downloadwhirl-e4676b94fcc341a4116b4a1fb00d0b0f71a44b9f.tar.xz
whirl-e4676b94fcc341a4116b4a1fb00d0b0f71a44b9f.zip
repository(git): Run rustfmt at pre-commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 622593a..aa0aaab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,3 +49,6 @@ 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"] }