Use the bytecount crate for fast line counting.

Fixes #128
This commit is contained in:
Andre Bogus
2016-09-23 04:59:25 +02:00
committed by Andrew Gallant
parent 32db773d51
commit 02de97b8ce
5 changed files with 26 additions and 82 deletions

View File

@@ -24,6 +24,7 @@ name = "integration"
path = "tests/tests.rs"
[dependencies]
bytecount = "0.1.4"
ctrlc = "2.0"
docopt = "0.6"
env_logger = "0.3"