Skip to content

Commit

Permalink
Prune: chacha deps, add: clippy toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Mar 6, 2024
1 parent a678dbe commit 3d51650
Show file tree
Hide file tree
Showing 8 changed files with 817 additions and 32 deletions.
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv="1.56.1"
36 changes: 36 additions & 0 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ rust-version = "1.56.1"
secp256k1 = { version="0.28.2" }
rand = "0.8.4"
bitcoin_hashes = "0.13.0"
chacha20poly1305 = "0.10.1"
chacha20 = "0.9.1"
num-bigint = "0.4.4"

[dev-dependencies]
hex = "0.4.3"
chacha20poly1305 = "0.10.1"
chacha20 = "0.9.1"

[lib]
name = "bip324"
Expand Down
Loading

0 comments on commit 3d51650

Please sign in to comment.