You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(toml): Decouple logic from schema
### What does this PR try to resolve?
This tries to decouple cargo logic from the schemas so we can split the schemas out into a separate crate for #12801
Profile layering was one of the few pieces of logic I kept in the schema, assuming its general enough / decoupled enough from cargo policies.
### How should we test and review this PR?
Each step is broken down into its own commit for easier analysis
### Additional information
0 commit comments