feat(multiplexer): Allow fine-grained control of concurrency strategy (#106)
This commit is contained in:
parent
07fb2ca016
commit
e4784f444d
23 changed files with 822 additions and 559 deletions
|
|
@ -13,10 +13,15 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
pallas-codec = { version = "0.9.0", path = "../pallas-codec/" }
|
||||
log = "0.4.14"
|
||||
byteorder = "1.4.3"
|
||||
hex = "0.4.3"
|
||||
rand = "0.8.4"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.4"
|
||||
env_logger = "0.9.0"
|
||||
|
||||
[features]
|
||||
std = []
|
||||
default = ["std"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue