swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-20 23:19:33 -0400
committermain <main@swarm.moe>2026-03-20 23:19:33 -0400
commiteb0f0f73b7da9d76ff6833757fd265725d3e4b14 (patch)
tree38d64a437cac0518caf2cca5aa4bff5984e64515 /Cargo.toml
parentae809af85f6687ae21d7e2f7140aa88354c446cc (diff)
downloadfidget_spinner-eb0f0f73b7da9d76ff6833757fd265725d3e4b14.zip
Polish metric slices and MCP time projections
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"]