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 }