included build file

This commit is contained in:
Aaron Power 2016-11-27 16:35:33 +00:00
parent 9c0e7a204f
commit a0b12fc4a2

View file

@ -3,7 +3,7 @@ authors = ["Aaronepower <theaaronepower@gmail.com>"]
build = "build.rs"
description = "A utility that allows you to count code, quickly."
homepage = "https://github.com/Aaronepower/tokei"
include = ["src/**/*", "languages.json", "cli.yml", "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT"]
include = ["src/**/*", "languages.json", "build.rs", "cli.yml", "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT"]
license = "MIT/Apache-2.0"
name = "tokei"
readme = "README.md"