From cf23031c925bb28b99dedc426521cb971f5178ba Mon Sep 17 00:00:00 2001 From: c Date: Thu, 18 Apr 2024 13:36:21 +0200 Subject: [PATCH] make package slightly smaller by excluding tests/ --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5da2069..13318a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ keywords = ["cfb", "storage", "structured"] license = "MIT" readme = "README.md" edition = "2018" +exclude = ["/tests"] [dependencies] byteorder = "1"