feat(multiplexer): Allow fine-grained control of concurrency strategy (#106)

This commit is contained in:
Santiago Carmuega 2022-06-03 21:37:38 -03:00 committed by GitHub
parent 07fb2ca016
commit e4784f444d
23 changed files with 822 additions and 559 deletions

View file

@ -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"]