ferrous-systems / cargo-review-deps

A tool for auditing Cargo dependencies during updates
https://ferrous-systems.com/
Apache License 2.0
54 stars 4 forks source link

Progress report while loading dependencies #2

Open jamesmunns opened 5 years ago

jamesmunns commented 5 years ago

Some dependencies take a bit to load. It might be good to give some kind of feedback to the user that work is in progress.

matklad commented 5 years ago

I think the way to do that would be to just show Cargo's default output (we just shell out to Cargo to do the actual downloading), but that's not super trivial, b/c we don't run Cargo ourselves, we use cargo-metadata crate.