Closed
Description
When a project contains multiple crates, they have to be packaged and published separately (#849). So I’m using --manifest-path
to tell Cargo which crate to publish, starting with leaves on the dependency tree.
This crates and uses a target
directory next to the respective Cargo.toml
, while I expected it to use the shared target
at the project’s root, like e.g. cargo build
does when building path
dependencies. Is this a bug, or deliberate?
Metadata
Metadata
Assignees
Labels
No labels