diff --git a/Cargo.toml b/Cargo.toml index 408a3c7..98a6dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,7 @@ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/worm-blossom/ufotofu_queues" description = "Infallible queues that support bulk enqueueing and dequeueing" - -[dependencies] +exclude = [ + "fuzz/*", + ".github/workflows/rust.yml", +]