Skip to content

Commit

Permalink
fix: rust dep in ecies-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Oighty committed Aug 21, 2024
1 parent c5eac61 commit a0eb864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions crates/ecies-cli/Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/ecies-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ ark-ff = "0.4.0"
clap = { version = "^4.2.5", features = ["derive"] }
ethers = "^2.0"
num-bigint = "0.4"
rand = "0.8.5"
rand = "0.8.5"
time = "0.3.36"

0 comments on commit a0eb864

Please sign in to comment.