From 54dd5493fc6b35a27c042df49744e69c1253c669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Sat, 6 Mar 2021 16:19:11 +0100 Subject: [PATCH] Remove /examples/data from being included in published cargo package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c2eb95..536e2d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" keywords = ["csv", "comma", "parser", "delimited", "serde"] license = "Unlicense/MIT" categories = ["encoding", "parser-implementations"] -exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"] +exclude = ["/examples/data/", "/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"] edition = "2018" [badges]