chrome-github-boxcutter icon indicating copy to clipboard operation
chrome-github-boxcutter copied to clipboard

Add support to Cargo (Rust package manager)

Open guibranco opened this issue 2 years ago • 0 comments

It would be nice if we have support to Cargo packages (Crates.io), so we can navigate from Cargo.toml file to it's Crates.io .

Example:

[package]
name = "hello_world"
version = "0.1.0"
edition = "2021"

[dependencies]
time = "0.1.12"
regex = "0.1.41"

Time and regex should point to:

guibranco avatar Jun 19 '23 15:06 guibranco