Skip to content

Commit

Permalink
Merge pull request #76 from ourzora/hole-punching
Browse files Browse the repository at this point in the history
Hole punching
  • Loading branch information
ligustah authored Apr 29, 2024
2 parents 2c5992d + fe98495 commit 7a1ee08
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 17 deletions.
152 changes: 142 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ libp2p = { version = "0.53.2", features = [
"ping",
"dns",
"request-response",
"cbor"
"cbor",
"quic",
"relay",
"autonat",
"dcutr"
] }
libp2p-relay-manager = "0.2.2"
tokio = { version = "1.36.0", features = ["full"] }
eyre = "0.6.12"
regex = "1.10.4"
Expand Down Expand Up @@ -93,6 +98,7 @@ opentelemetry-stdout = { version = "0.3.0", features = ["logs", "metrics", "trac
opentelemetry-prometheus = "0.15.0"
prometheus = "0.13.3"
built = "0.7.2"
itertools = "0.12.1"


[profile.dev.package.sqlx-macros]
Expand Down
Loading

0 comments on commit 7a1ee08

Please sign in to comment.