TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
52 stars 7 forks source link

Add basic support for cargo metadata #110

Closed TimJentzsch closed 2 months ago

TimJentzsch commented 2 months ago

The cargo metadata command outputs a lot of useful information about the current package.

This will be helpful for the build, run and bump commands.

See the cargo metadata documentation for more info.

Note that with this PR, we don't support the full output yet, we can incrementally add more things as we need them.