Skip to content

Commit

Permalink
exclude fuzz directory and gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Jun 26, 2024
1 parent 6f6ac9c commit 88556a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/worm-blossom/ufotofu"
description = "Abstractions for lazily consuming and producing sequences"
exclude = [
"fuzz/*",
".github/workflows/rust.yml",
]

[features]
default = ["std"]
Expand Down

0 comments on commit 88556a4

Please sign in to comment.