Skip to content

Commit

Permalink
Add boxed transport (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Jun 19, 2024
2 parents af9272b + 8e5c3e4 commit 9286efa
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 15 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ quinn-udp = { package = "iroh-quinn-udp", version = "0.4.0", optional = true }
interprocess = { version = "2.1", features = ["tokio"], optional = true }
hex = "0.4.3"
futures = { version = "0.3.30", optional = true }
anyhow = "1.0.73"

[dependencies.educe]
# This is an unused dependency, it is needed to make the minimal
Expand Down
Loading

0 comments on commit 9286efa

Please sign in to comment.