removed .lock file

This commit is contained in:
Aaronepower 2015-09-20 10:58:37 +01:00
parent 3f9a18022e
commit 020eb0715b
2 changed files with 1 additions and 38 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
target
src/test
.settings
*.lock

38
Cargo.lock generated
View File

@ -1,38 +0,0 @@
[root]
name = "tokei"
version = "1.1.0"
dependencies = [
"clap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"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"
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)",
]
[[package]]
name = "glob"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strsim"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "yaml-rust"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"