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

cannot download crate package from github

Open miaomiao1992 opened this issue 1 year ago • 0 comments

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 this command seems cannot download crate package(hyper-util) from github

miaomiao1992 avatar Aug 23 '23 10:08 miaomiao1992