From 626bbdab7c5b6f42c3e76e8c1b9327c2ed0bf172 Mon Sep 17 00:00:00 2001 From: nvivot Date: Sun, 2 Mar 2025 15:07:47 +0900 Subject: [PATCH] chore: exclude github related files from package --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bce7f89..528081a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ keywords = ["authentication","token","token-source"] license = "MIT" readme = "README.md" description = "High level API for token source providers." +exclude = [".githooks", ".github", "Makefile"] [lib] doctest = false @@ -17,4 +18,4 @@ default = ["async-token-source"] async-token-source = ["dep:async-trait"] [dependencies] -async-trait = { version = "0.1", optional = true } \ No newline at end of file +async-trait = { version = "0.1", optional = true }