[cleanup] Remove placeholder lib.rs from notstrap crate #7

Open
opened 2026-04-01 01:22:39 -05:00 by joe · 0 comments
Owner

Audit finding (low): crates/notstrap/src/lib.rs is a placeholder file containing only a comment. The [lib] section in Cargo.toml should be removed since notstrap is a binary-only crate.

Fix: Remove crates/notstrap/src/lib.rs and the [lib] section from crates/notstrap/Cargo.toml.

**Audit finding (low):** `crates/notstrap/src/lib.rs` is a placeholder file containing only a comment. The `[lib]` section in `Cargo.toml` should be removed since notstrap is a binary-only crate. **Fix:** Remove `crates/notstrap/src/lib.rs` and the `[lib]` section from `crates/notstrap/Cargo.toml`.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joe/notfiles#7