diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:12:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:12:50 -0700 |
| commit | 46c8d440d6727a40ea368c7b07c088a21b2d4af3 (patch) | |
| tree | 71aa0cfe3fe107ba64a36939b832c37faade46d0 /Cargo.toml | |
| parent | fmt: ... (diff) | |
| download | whirl-46c8d440d6727a40ea368c7b07c088a21b2d4af3.tar.xz whirl-46c8d440d6727a40ea368c7b07c088a21b2d4af3.zip | |
fix: Husky (git hooks) now works
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"] } |