aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-23 20:48:34 -0700
committerFuwn <[email protected]>2021-04-23 20:48:34 -0700
commit300992f58c72ffe0bc31840f188e7bc69e14ee16 (patch)
tree7273e17969bd4b1b09b5c2bb1006d593c28ad02f /Cargo.toml
parentrepo(funding): Create donation buttons (diff)
downloadwhirl-300992f58c72ffe0bc31840f188e7bc69e14ee16.tar.xz
whirl-300992f58c72ffe0bc31840f188e7bc69e14ee16.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 002242e..de0fd83 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"] }