ziggy icon indicating copy to clipboard operation
ziggy copied to clipboard

Respect the workspace if it exists

Open brunoproduit opened this issue 1 year ago • 2 comments

When ziggy builds his targets, the used folder is $PWD/target. When in a workspace, the target directory will be at the root of the workspace. This makes that we cannot use things like cargo clean -p to clean a single crate instead of recompiling everything.

The idea is either to implement cargo ziggy clean or use the same target directory as the workspace

brunoproduit avatar Aug 15 '23 13:08 brunoproduit