Hey, finally found some time to look into this project it looks really exciting. (especially if it could be up-streamed to Cargo eventually)
One idea if have to make it even more useful it to add a new section that displays metadata about the currently highlighted dependency.
Here is a mock of what it might look like
In the mock up I broke it into 2 sections
- Metadata -- data about the crate (like what is displayed on crates.io)
- Usage -- How the crate is used in the current workspace, like if there are duplicate versions (due semver incompatibility) in the tree.
Ideally on smaller terminal sizes this window is hidden (and maybe becomes a toggle-able popup?)
Hey, finally found some time to look into this project it looks really exciting. (especially if it could be up-streamed to Cargo eventually)
One idea if have to make it even more useful it to add a new section that displays metadata about the currently highlighted dependency.
Here is a mock of what it might look like
In the mock up I broke it into 2 sections
Ideally on smaller terminal sizes this window is hidden (and maybe becomes a toggle-able popup?)