From 9004f13f5d6ded3d1ef937e1c22b7e2d78ade446 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Tue, 20 Jul 2021 06:19:30 +0000 Subject: [PATCH] Improved Cargo. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 53817d531e2..04cb014ae6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/jorgecarleitao/arrow2" authors = ["Jorge C. Leitao ", "Apache Arrow "] keywords = [ "arrow", "analytics" ] edition = "2018" +exclude = ["testing/"] [lib] name = "arrow2"