Skip to content

Commit

Permalink
added base64 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHennigh committed Dec 4, 2023
1 parent d1cd7e7 commit 2d252ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.14"
base64 = "0.13"
bs58 = "0.5.0"
ecdsa = { version = "0.16.9", features = ["std"] }
hex = "0.4.3"
Expand Down

0 comments on commit 2d252ff

Please sign in to comment.