hehehai / cratehub

🦀 A browser extension to explore rust cargo dependencies on GitHub repos
MIT License
24 stars 1 forks source link

not support Cargo workspace #20

Closed baoyachi closed 2 years ago

baoyachi commented 2 years ago
image image
hehehai commented 2 years ago

@baoyachi hi, the repo project workspace in sider box, like this

image

dependencies only show current repo top Cargo.toml, if you want check workspace member dependencies, you can click the member link, this will focus you on the member Cargo.toml.

image image
baoyachi commented 2 years ago

Does slider box collapse expand see detail ? Sometime not want click the member link.

Bytheway, cratehub it's good brower extention. 👍

hehehai commented 2 years ago

Does slider box collapse expand see detail ? Sometime not want click the member link.

Bytheway, cratehub it's good brower extention. 👍

@baoyachi thx🥰!

You mean workspace member show more detail? Can you describe what information needs to be displayed?

baoyachi commented 2 years ago

workspace

like this

hehehai commented 2 years ago

workspace

like this

Oh, I see. Thank you for your advice!

I think that the current critehub should only be used as a plug-in to display the basic trust ecological information of a repo. More detailed information, such as the file tree of workspace members, You should use GitHub or Octotree🤔

In addition, for complex file display, private projects such as GitHub token need to be considered, which is a bit tricky😅