Skip to content

Commit

Permalink
draft up h2mux
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Aug 6, 2023
1 parent 5d7f0ca commit a55a5f0
Show file tree
Hide file tree
Showing 6 changed files with 1,055 additions and 9 deletions.
77 changes: 69 additions & 8 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

members = [
"tunnel",
"shuttle"
"shuttle",
"h2mux"
]

[patch.crates-io]
Expand Down
1 change: 1 addition & 0 deletions h2mux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ bytes = "1.4.0"
h2 = "0.3"
http = "0.2.9"
tokio = "1.29"
tracing = "0.1.37"
Loading

0 comments on commit a55a5f0

Please sign in to comment.