X-Git-Url: http://these/git/?a=blobdiff_plain;f=Cargo.toml;fp=server%2FCargo.toml;h=f1f490b0d6fe37fb8a1635c5081cd0bb28cb1b80;hb=5c6258390c46159c16f49295314c6519215fc6ae;hp=721ce51e7ab952a5a34b07ff5dbf3aa29d3c984c;hpb=b69524b498983da636b3a31f5acb74fbb1f13ab4;p=lemmy.git diff --git a/server/Cargo.toml b/Cargo.toml similarity index 90% rename from server/Cargo.toml rename to Cargo.toml index 721ce51e..f1f490b0 100644 --- a/server/Cargo.toml +++ b/Cargo.toml @@ -59,3 +59,8 @@ anyhow = "1.0.32" thiserror = "1.0.20" background-jobs = " 0.8.0-alpha.2" reqwest = { version = "0.10", features = ["json"] } + +[dev-dependencies.cargo-husky] +version = "1" +default-features = false # Disable features which are enabled by default +features = ["precommit-hook", "run-cargo-fmt", "run-cargo-clippy"]