From 667ae50343adc5ba6eb3cd3b1805b8b1421f31ae Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 27 Jan 2018 12:39:45 +0100 Subject: Cargo.toml: don't exclude test files Those are pretty useful for distributions to verify that crate actually work. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83cdaa0b..651c2184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,7 @@ license = "MIT" categories = ["os::unix-apis"] exclude = [ ".gitignore", - ".travis.yml", - "test/**/*" + ".travis.yml" ] [dependencies] -- cgit v1.2.3