# cargo-ctags
`
# install ctags from https://github.com/universal-ctags/ctags.git
~/codes/cargo-ctags $ ls -l TAGS
TAGS: No such file or directory
~/codes/cargo-ctags $ cargo ctags
~/codes/cargo-ctags $ ls -l TAGS
-rw-rw-r-- 1 urugang urugang 1415698 2017-05-31 08:13 TAGSc
`
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.