cargo-local-registry
cargo-local-registry copied to clipboard
Allow adding individual crates to the mirror
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 latest version of a crate to the mirror using a command similar to cargo add
.
This would be useful for downloading crates that I plan to use later when I'm offline.