-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as duplicate of#12738
Labels
S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Please Combine .cargo/config.toml and Cargo.toml 🫠
Every time I mix these up, and it’s making me go crazy! 🫠🫠🫠
Right now:
Cargo.tomlholds package metadata, dependencies, and profiles..cargo/config.tomlholds build configuration, targets, and toolchain settings.
I constantly forget which one I’m supposed to edit, they both look similar, both use TOML, and both control how the project builds, and both start with C.
Suggestion
Please consider merging them (or at least making it clearer which one does what).
Even a small improvement — like a unified file or clearer naming — would save a ton of developer confusion.
Thanks for keeping Rust awesome! 🍄🍄🟫🍄
🦀
Ferris says hi!
Metadata
Metadata
Assignees
Labels
S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.