tokei/Cargo.lock

39 lines
1,010 B
Plaintext
Raw Normal View History

2015-05-26 21:00:12 +00:00
[root]
name = "tokei"
version = "1.1.0"
2015-05-26 21:00:12 +00:00
dependencies = [
"clap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2015-05-26 21:00:12 +00:00
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ansi_term"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "clap"
version = "1.4.0"
2015-05-26 21:00:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"yaml-rust 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-05-26 21:00:12 +00:00
]
[[package]]
name = "glob"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strsim"
version = "0.4.0"
2015-05-26 21:00:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "yaml-rust"
version = "0.2.1"
2015-05-26 21:00:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"