dan-t / rusty-tags

Create ctags/etags for a cargo project
Other
405 stars 32 forks source link

Support manifest paths that are not ancestors of source paths #51

Closed NickPollard closed 5 years ago

NickPollard commented 5 years ago

Allows building tags for dependencies whose Cargo.toml files do not live in an ancestor directory of their source code path. We use the manifest_path from cargo metadata directly rather than attempting to reconstruct from the source path.

NickPollard commented 5 years ago

Closing this as the issue has been resolved by dan-t with other changes.