From ec22c534097fc5dfc52d52f66f4faccf081a50d5 Mon Sep 17 00:00:00 2001 From: Mollemoll Date: Thu, 16 May 2024 15:17:46 +0200 Subject: [PATCH] fix: exclude ci workflows in crate --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 074f286..b315384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/Mollemoll/tax-ids" keywords = ["tax", "vat", "vies", "eu"] categories = ["finance", "api-bindings", "localization", "parser-implementations"] +exclude = [ + ".github/**/*", +] [dependencies] lazy_static = "1.4.0" @@ -25,4 +28,3 @@ eu_vat = ["roxmltree"] gb_vat = [] ch_vat = ["roxmltree"] no_vat = ["toml"] -