feat: integrate multiplexing (#5559)

This commit is contained in:
Matthias Seitz
2023-12-12 17:34:31 +01:00
committed by GitHub
parent 701e37804e
commit 5062b7ea86
16 changed files with 1177 additions and 135 deletions

View File

@ -53,6 +53,7 @@ secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recov
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-derive.workspace = true
async-stream = "0.3"
[features]
default = ["serde"]