summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 86b59062eecc611a84d2870fc677b36bc97aa8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cargo-ctags"
version = "0.2.5"
authors = [" <raybsolomon@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "analyze dependencies and generate single TAGS for cargo projects"
keywords = ["subcommand", "cargo"]
readme = "README.md"
repository = "https://github.com/urugang/cargo-ctags"
homepage = "https://github.com/urugang/cargo-ctags"

[dependencies]
serde_json = "1.0"