diff options
| author | Fuwn <[email protected]> | 2021-04-23 20:48:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-23 20:48:34 -0700 |
| commit | 300992f58c72ffe0bc31840f188e7bc69e14ee16 (patch) | |
| tree | 7273e17969bd4b1b09b5c2bb1006d593c28ad02f /Cargo.toml | |
| parent | repo(funding): Create donation buttons (diff) | |
| download | whirl-300992f58c72ffe0bc31840f188e7bc69e14ee16.tar.xz whirl-300992f58c72ffe0bc31840f188e7bc69e14ee16.zip | |
repository(git): Run rustfmt at pre-commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] } |