-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide a cargo install option to not write .crates.toml #3316
Comments
Sounds like a good option to me! |
Yes 👍 on this as well. For Gentoo I have to remove |
@alexcrichton While I'm at it, does this look fine for the updated
That's what I wrote before discovering the implicit creation. Should I specify it could delete an existing |
@JustAPerson oh I think it's also ok to avoid the lock if |
The |
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 runcargo install
and then remove that file afterward. Please consider providing an option to not write.crates.toml
at all.The text was updated successfully, but these errors were encountered: