You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With cargo, it is possible to set a directory source replacement but if I feed the cargo config to crates_repository I get an error saying Failed to load index for url: https://github.com/rust-lang/crates.io-index
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have rust libraries vendored at https://chromium.googlesource.com/chromiumos/third_party/rust_crates/ and I'm wondering if it's possible to make
crate_universe
use it, instead of crates.io.With cargo, it is possible to set a directory source replacement but if I feed the cargo config to crates_repository I get an error saying
Failed to load index for url: https://github.com/rust-lang/crates.io-index
A reproducer is at https://github.com/afq984/directory-source
Beta Was this translation helpful? Give feedback.
All reactions