forgot to add cli to whitelist

This commit is contained in:
Aaronepower 2016-06-12 15:37:24 +01:00
parent 31a8ff02cb
commit f56efb6f22

View File

@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
description = "Count code, quickly."
build = "src/lib/build.rs"
include = ["src/**/*", "Cargo.toml", "LICENCE-APACHE.md", "LICENCE-MIT.md"]
include = ["src/**/*", "cli.yml", "Cargo.toml", "LICENCE-APACHE.md", "LICENCE-MIT.md"]
[lib]
name = "tokei"
path = "src/lib/lib.rs"