Move tempfile to dev-dependencies #2

Open
opened 2026-07-25 11:17:33 +00:00 by GKaszewski · 0 comments
Owner

Severity: Medium

tempfile is listed under [dependencies] in Cargo.toml but is only used in tests. It should be under [dev-dependencies].

Every user who installs this binary currently compiles tempfile unnecessarily.

**Severity: Medium** `tempfile` is listed under `[dependencies]` in `Cargo.toml` but is only used in tests. It should be under `[dev-dependencies]`. Every user who installs this binary currently compiles `tempfile` unnecessarily.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/codebase-to-prompt#2