cargo
Here are 568 public repositories matching this topic...
-
Updated
Sep 28, 2021 - Rust
-
Updated
Oct 10, 2021 - Rust
-
Updated
May 28, 2021 - Rust
-
Updated
Oct 7, 2021 - Rust
-
Updated
Sep 22, 2021 - Rust
-
Updated
Oct 10, 2021 - Rust
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 10, 2021 - Rust
-
Updated
Aug 31, 2021 - Rust
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?).
-
Updated
Oct 13, 2017 - HTML
-
Updated
Sep 15, 2021 - Rust
-
Updated
Aug 24, 2021 - Rust
-
Updated
Feb 13, 2021 - Rust
This is a tracking issue for additional Store implementations.
Here is a non-exhaustive list of potential candidates for an Store implementation:
- S3Storage:
This would store crate tarballs and rendered README pages into Amazon's S3. - RemoteStorage:
Requires to implement a companion server.
The idea is to have a reserved folder on another machine which runs a comp
-
Updated
Aug 3, 2021 - TypeScript
Improve this page
Add a description, image, and links to the cargo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cargo topic, visit your repo's landing page and select "manage topics."
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>.tomlat the top for clarity.