Skip to content

Commit

Permalink
Exclude .github
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Oct 19, 2024
1 parent e2aed75 commit ac45759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ac45759

Please sign in to comment.