rust-lang / wg-cargo-std-aware

Repo for working on "std aware cargo"
133 stars 8 forks source link

Support `cargo fetch` #22

Closed ehuss closed 2 years ago

ehuss commented 4 years ago

The cargo fetch command currently does not know about std dependencies.

jyn514 commented 2 years ago

I'm willing to work on this, I have a half-functioning prototype locally.

ehuss commented 2 years ago

Nice! Let me know if you have any questions.

ehuss commented 2 years ago

This should be resolved by https://github.com/rust-lang/cargo/pull/10129.