swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b626c2..ffd7470 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -121,3 +121,8 @@ fix_command = [
"--allow-dirty",
"--allow-staged",
]
+
+[workspace.metadata.rust-starter.source_files]
+max_lines = 2500
+include = ["*.rs", "**/*.rs"]
+exclude = ["crates/fidget-spinner-store-sqlite/src/lib.rs"]