This commit is contained in:
Michael Vines
2021-10-06 23:13:08 -07:00
parent 81d2c3261c
commit ef55045724
3 changed files with 42 additions and 17 deletions

View File

@@ -12,17 +12,10 @@ edition = "2018"
[dependencies]
bincode = "1.3.1"
<<<<<<< HEAD
borsh = "0.9.0"
borsh-derive = "0.9.0"
bs58 = "0.3.1"
=======
blake3 = { version = "1.0.0", features = ["traits-preview"] }
borsh = "0.9.1"
borsh-derive = "0.9.1"
bs58 = "0.4.0"
bytemuck = { version = "1.7.2", features = ["derive"] }
>>>>>>> f96685982 (Derive Pod/Zeroable for Pubkey)
bv = { version = "0.11.1", features = ["serde"] }
hex = "0.4.2"
itertools = "0.9.0"