Skip to content

Commit

Permalink
➕ Add rand_chacha to libpna dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Oct 21, 2024
1 parent 20e8d81 commit ce1e1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ liblzma = { version = "0.3.4", features = ["static"] }
password-hash = { version = "0.5.0", default-features = false }
pbkdf2 = { version = "0.12.2", features = ["simple"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
zstd = { version = "0.13.2", default-features = false }

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down

0 comments on commit ce1e1a4

Please sign in to comment.