From 42287947b26e44881e5b1a9e3b8eea63a12f8b09 Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Thu, 28 Dec 2023 18:49:27 +0100 Subject: [PATCH] fix: do not package test data (#371) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1eb81549..afb31c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "Apache-2.0" homepage = "https://github.com/bihealth/annonars" readme = "README.md" autobins = false +exclude = ["/tests"] [lib] name = "annonars"