Skip to content

Commit

Permalink
[network] Fix network dependencies for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario authored and aptos-bot committed Mar 18, 2022
1 parent ff3184b commit 50c15b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,17 @@ num-variants = { path = "../crates/num-variants" }
short-hex-str = { path = "../crates/short-hex-str" }

[dev-dependencies]
criterion = "0.3.4"
aptos-config = { path = "../config", features = ["testing"] }
aptos-proptest-helpers = { path = "../crates/aptos-proptest-helpers" }
aptos-time-service = { path = "../crates/aptos-time-service", features = ["async", "testing"] }
aptos-types = { path = "../types", features = ["fuzzing"] }
maplit = "1.0.2"
bitvec = { path = "../crates/aptos-bitvec", package = "aptos-bitvec", features = ["fuzzing"] }
memsocket = { path = "./memsocket" }
netcore = { path = "./netcore", features = ["testing"] }
network-builder = {path = "./builder"}

criterion = "0.3.4"
maplit = "1.0.2"
proptest = { version = "1.0.0", default-features = true }
proptest-derive = { version = "0.3.0" }
rand_core = "0.6.2"
Expand Down

0 comments on commit 50c15b7

Please sign in to comment.