Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Add support for Package.toml #12

Closed
CrabNejonas opened this issue Sep 7, 2023 · 1 comment · Fixed by #15
Closed

[feat] Add support for Package.toml #12

CrabNejonas opened this issue Sep 7, 2023 · 1 comment · Fixed by #15

Comments

@CrabNejonas
Copy link
Contributor

Add support for a Package.toml file so that package related info has it's own place (and can be specified for non Cargo projects too)

This should also add a --config, -c flag to specify the config file.

The preferred order of resolution should be --config > Pacakger.toml > Cargo.toml and configurations should not be merged

@amr-crabnebula
Copy link
Collaborator

amr-crabnebula commented Sep 12, 2023

The resolution implemented in #15 is --config then Packager.{toml,json} combined with configs read from Cargo.toml . This allows for more flexibility IMO when configs are defined for different places in a single workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants