diff --git a/Cargo.toml b/Cargo.toml index 84e78b9..60313f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] [lib] name = "tokei" path = "src/lib/lib.rs"