Skip to content

Commit

Permalink
Remove unused dependencies
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 839da6f commit 3249f84
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
pbkdf2 = { version = "=0.13.0-pre.1", path = "../pbkdf2" }
salsa20 = { version = "=0.11.0-pre.2", default-features = false }
sha2 = { version = "=0.11.0-pre.4", default-features = false }
scrypt = { path = "../scrypt" }
password-hash = { version = "0.6.0-rc.0", default-features = false, features = ["rand_core"], optional = true }
hex = "0.4"
base64 = "0.22.1"
Expand All @@ -21,9 +19,6 @@ default = ["simple", "std"]
simple = ["password-hash"]
std = ["password-hash/std"]

[dependencies.scrypt]
path = "../scrypt"

[[bin]]
name = "scrypt_fuzzer"
path = "fuzz_targets/scrypt_fuzzer.rs"
Expand Down

0 comments on commit 3249f84

Please sign in to comment.