Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Cargo.toml
  • Loading branch information
syrettaman committed Sep 27, 2023
commit f4028f592b948d85f59f337cca8cb2daca275a65
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ async-trait = "0.1"
base64url = "0.1.0"
borsh = "0.10.2"
futures = "0.3.21"
hotstuff_rs = "0.2.1"
hotstuff_rs = "0.2.2"
libp2p = { version = "0.52.1", features = ["dns", "gossipsub", "identify", "ping", "tcp", "kad", "noise", "yamux", "macros", "tokio"]}
log = "0.4"
pchain-types = { git = "https://github.com/parallelchain-io/pchain-types-rust", branch = "protocol_v0.5" }
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros"] }
libp2p-mplex = "0.40.0"
rand = "0.8.5"
ed25519-dalek = "2.0.0"

[dev-dependencies]
serial_test = "0.5"