Skip to content

Commit 9286efa

Browse files
authored
Add boxed transport (#81)
2 parents af9272b + 8e5c3e4 commit 9286efa

File tree

4 files changed

+489
-15
lines changed

4 files changed

+489
-15
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ quinn-udp = { package = "iroh-quinn-udp", version = "0.4.0", optional = true }
3232
interprocess = { version = "2.1", features = ["tokio"], optional = true }
3333
hex = "0.4.3"
3434
futures = { version = "0.3.30", optional = true }
35+
anyhow = "1.0.73"
3536

3637
[dependencies.educe]
3738
# This is an unused dependency, it is needed to make the minimal

0 commit comments

Comments
 (0)