crates.nvim icon indicating copy to clipboard operation
crates.nvim copied to clipboard

feature: show version from workspace `Cargo.toml`

Open mrjones2014 opened this issue 2 years ago • 0 comments

In a Rust workspace, in subcrates you can do some-dep = { workspace = true } to pull dependencies from the shared Cargo.toml at the workspace root. Would it be possible to parse that and then lookup the version from the workspace?

mrjones2014 avatar Jul 19 '23 14:07 mrjones2014