Skip to content

Commit

Permalink
Exclude fuzz in Cargo workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan committed Oct 21, 2024
1 parent bf4ff94 commit 839da6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ members = [
"argon2",
"balloon-hash",
"bcrypt-pbkdf",
"fuzz",
"password-auth",
"pbkdf2",
"scrypt",
"sha-crypt",
"yescrypt"
]
exclude = ["benches"]
exclude = ["benches", "fuzz"]

[profile.dev]
opt-level = 2

0 comments on commit 839da6f

Please sign in to comment.