dan-t / rusty-tags

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

Implement new flag for omitting tags for deps #40

Closed osa1 closed 7 years ago

osa1 commented 7 years ago

Most of the time I only needs tags for the project I'm working on, not for dependencies. This flag implements an option for doing just that.

dan-t commented 7 years ago

Thanks!