From 0bad3ea1822803d7b675923a158a4847b850bff8 Mon Sep 17 00:00:00 2001 From: Tau Date: Thu, 8 Feb 2024 12:27:06 +0100 Subject: [PATCH] Exclude tsv from package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87806f3..9708a9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" version = "0.3.0" edition = "2021" rust-version = "1.70.0" -exclude = [".github", ".gitignore", "*.sh"] +exclude = [".github", ".gitignore", "*.sh", "*.tsv"] [dependencies] thiserror = "1.0.56"