diff --git a/Cargo.toml b/Cargo.toml index 80629e4..7227100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "ClamAV client library with optional Tokio and async-std support" readme = "README.md" license = "MIT" keywords = ["clamav", "clamd", "anitvirus", "async", "tokio"] -exclude = ["clamd"] +exclude = ["clamd", ".github"] [dependencies] tokio = { version = "1.34.0", default-features = false, features = ["fs", "io-util", "net"], optional = true }