cargo-local-registry icon indicating copy to clipboard operation
cargo-local-registry copied to clipboard

A cargo subcommand to manage local registries

Results 21 cargo-local-registry issues
Sort by recently updated
recently updated
newest added

I was trying to use `cargo local-registry --git` with https://github.com/jwilm/alacritty/blob/master/Cargo.lock and it failed with "thread 'main' panicked at 'git dependency shares names with other dep: winit', src/main.rs:241"

I'm using macOS 10.12. ``` $ cargo local-registry --sync Cargo.lock somewhere/local-registry error: failed to sync Caused by: workspace member `/.../lib/my_lib/Cargo.toml` is not hierarchically below the workspace root `/.../foo/my_workspace/Cargo.toml` ``` According...

Right now, the only way I can see to add new crates to the mirror is to synchronize a `Cargo.lock` file. It would be great if I could add the...

cannot download crate package from github I have a cargo project, and "Cargo.toml" has a dependency from github web_url : hyper-util = { git = "https://github.com/hyperium/hyper-util"} cargo local-registry --sync Cargo.toml...

G:\Codebase\Rust\源码精读\axum-v0.6.20>cargo local-registry --sync Cargo.toml --no-delete C:/Users/Administrator/.cargo/local-registry Blocking waiting for file lock on package cache Updating crates.io index warning: spurious network error (2 tries remaining): failed to send request: 操作超时 ;...

This crate currently uses cargo 1.69.1, and thus fails with ``` error: failed to sync Caused by: failed to load pkg lockfile Caused by: failed to get `crate-one` as a...

Can someone please release 0.24.0 from master, so that the version of this tool on crates.io works with the `workspace-inheritance` feature? the 0.23 release does not have a new enough...

In our company we have an internal crate registry for some internal libs that are made available this way. It's configured in `~/.cargo/config.toml` and any dependencies located there refer to...

README says > Support for a local registry is being added in https://github.com/rust-lang/cargo/pull/2361 and will be able to redirect all Cargo downloads/requests to a registry stored locally. That PR is...

i download diesel2.0.2 from [github](https://github.com/diesel-rs/diesel) i cd E:\HelloWorld\02 CodeBase\Rust\diesel-master and then run the command: cargo local-registry --sync Cargo.toml C:/Users/Administrator/.cargo/local-registry the error info told me: Updating crates.io index error: failed to...