Skip to content
#

cargo

Here are 568 public repositories matching this topic...

Jake-Shadle
Jake-Shadle commented Apr 22, 2021

In the docs, there are several cases such as here where code snippet examples are shown side by side, without actually specifying which files they are (eg. deny.toml vs Cargo.toml) which can lead to confusion for users. Every code snippet should just specify # <name>.toml at the top for clarity.

prestontw
prestontw commented Aug 5, 2021

Link to minimal repo: https://github.com/prestontw/cargo-chef-vendored-repo

I've vendored the dependencies of a small Rocket app using cargo vendor. I've then updated .cargo/config.toml so that cargo build uses the local dependencies. Trying to run cargo chef errors with checksum changes (since cargo chef has replaced all of the lib.rs files in the dependencies with empty files?).

Improve this page

Add a description, image, and links to the cargo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cargo topic, visit your repo's landing page and select "manage topics."

Learn more