Closed TimJentzsch closed 2 months ago
The cargo metadata command outputs a lot of useful information about the current package.
cargo metadata
This will be helpful for the build, run and bump commands.
build
run
bump
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.
The
cargo metadata
command outputs a lot of useful information about the current package.This will be helpful for the
build
,run
andbump
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.