-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-install
Description
When installing a crate as part of a package build process (with --root
pointing to a directory that will get packaged as /usr
), I'd like to avoid writing the .crates.toml
file (which would become /usr/.crates.toml
). Right now, I run cargo install
and then remove that file afterward. Please consider providing an option to not write .crates.toml
at all.
cuviper, lucab, agrover, eyelash, I60R and 1 more
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-install